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
32 private static final String TAG = "SELinux";
35 * Determine whether SELinux is disabled or enabled.
36 * @return a boolean indicating whether SELinux is enabled.
41 * Determine whether SELinux is permissive or enforcing.
42 * @return a boolean indicating whether SELinux is enforcing.
47 * Set whether SELinux is permissive or enforcing.
48 * @param boolean representing whether to set SELinux to enforcing
98 * Gets a list of the SELinux boolea
[all...]

Completed in 137 milliseconds