python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SELinux blocks execution of native executable on Android
I am trying to run my own native executable. The code looks like this:
String[] command = {"/data/user/0/org.smowsoft.systeminformation.nativelib.test/files/smoproc"};
ProcessBuilder builder...

zomega
Votes: 0
Answers: 1
SEAndroid: Does dump state get prop violate never allow rule
When building AOSP S(12), I encounter a strange problem, but maybe only in sometimes / some machine. The error.log is as follows
neverallow check failed at out/target/product/msmnile_au/obj/ETC/plat_s...
Yang Le
Votes: 0
Answers: 2
AOSP: Can't switch SELinux to permissive for emulator target
According to source.android.com switching SELinux to permissive mode can be done via setting:
BOARD_KERNEL_CMDLINE := androidboot.selinux=permissive
or
BOARD_BOOTCONFIG := androidboot.selinux=permiss...

Mykola Khyliuk
Votes: 0
Answers: 0
Apache proxy + UNIX socket + SELINUX: How is it done?
I'm trying to get gunicorn running behind an Apache proxy via a UNIX socket in the file system. Long story short, it works with SELinux in non-enforcing mode but not when enforcing. I'm trying to fix ...
musbur
Votes: 0
Answers: 1