Home | History | Annotate | Download | only in os

Lines Matching refs:SELinux

27  * SELinux interaction.
30 public class SELinux {
31 private static final String TAG = "SELinux";
33 /** Keep in sync with ./external/libselinux/include/selinux/android.h */
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.
105 * Restores a file to its default SELinux security context.
106 * If the system is not compiled with SELinux, then {@code true}
108 * If SELinux is compiled in, but disabled, then {@code true} is
121 * Restores a file to its default SELinux security context.
122 * If the system is not compiled with SELinux, then {@code true}
124 * If SELinux is compiled in, but disabled, then {@code true} is
133 * Restores a file to its default SELinux security context.
134 * If the system is not compiled with SELinux, then {@code true}
136 * If SELinux is compiled in, but disabled, then {@code true} is
155 * SELinux security context. If the system is not compiled with SELinux,
156 * then {@code true} is automatically returned. If SELinux is compiled in,