- Dec 30, 2021
-
-
bgman111111 authored
bool "NSA SELinux Development Support" depends on SECURITY_SELINUX #ifndef OPLUS_FEATURE_FORCE_SELINUX #Haoran.Zhang@ANDROID.BUILD, 2020/01/10, modify for unset SECURITY_SELINUX_DEVELOP #default n #else OPLUS_FEATURE_FORCE_SELINUX default y #endif OPLUS_FEATURE_FORCE_SELINUX help This enables the development support option of NSA SELinux, which is useful for experimenting with SELinux and developing policies. If unsure, say Y. With this option enabled, the kernel will start in permissive mode (log everything, deny nothing) unless you specify enforcing=1 on the kernel command line. You can interactively toggle the kernel between enforcing mode and permissive mode (if permitted by the policy) via /selinux/enforce.
-
bgman111111 authored
-