SELinux Permissive and Enforcing Functions Enforcing: if there is a program, application, or process that does not meet the defined policy target, then SELinux will block the process or program
Permissive: if there is a program, application, or process that does not meet the defined policy target, then SELinux will not block the process or program, but report it to the system log and/or selinux audit log so that the report can be accessed by the user ( e.g. with setroubleshooter)
Fungsi SELinux Permissive dan Enforcing Enforcing: jika ada program, aplikasi, ataupun proses yang tidak memenuhi target policy yang sudah didefinisikan, maka SELinux akan memblok proses atau program tersebut
Permissive: jika ada program, aplikasi, ataupun proses yang tidak memenuhi target policy yang sudah didefinisikan, maka SELinux akan tidak memblok proses atau program tersebut, tetapi melaporkan ke dalam system log dan/atau selinux audit log sehingga dapat diakses laporannya dapat diakses oleh user (misalkan dengan setroubleshooter)
SELinux Permissive/Enforcing mode change Android with Termux Linux command line.
-
Root your phone superSU, Magisk etc..
-
Download Termux from google play
-
Open Termux
- Use root mode (Give root access termux)
COMMAND: $ su
- Show what mode SELinux use now
COMMAND: $ getenforce
- Set SELinux
COMMAND: $ setenforce 0
(Permissive)
COMMAND: $ setenforce 1
(Enforcing)