Searched defs:SELinux (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DSELinux.java27 * SELinux interaction.
30 public class SELinux { class
31 private static final String TAG = "SELinux";
41 * Determine whether SELinux is disabled or enabled.
42 * @return a boolean indicating whether SELinux is enabled.
47 * Determine whether SELinux is permissive or enforcing.
48 * @return a boolean indicating whether SELinux is enforcing.
53 * Set whether SELinux is permissive or enforcing.
54 * @param value representing whether to set SELinux to enforcing
102 * Gets a list of the SELinux boolea
[all...]

Completed in 33 milliseconds