/system/core/toolbox/ |
id.c | 7 #include <selinux/selinux.h>
|
setenforce.c | 8 #include <selinux/selinux.h> 25 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
|
getsebool.c | 7 #include <selinux/selinux.h> 26 fprintf(stderr, "%s: SELinux is disabled\n", 50 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
|
restorecon.c | 8 #include <selinux/selinux.h> 9 #include <selinux/label.h> 10 #include <selinux/android.h>
|
load_policy.c | 9 #include <selinux/selinux.h>
|
setsebool.c | 8 #include <selinux/selinux.h>
|
/external/libsepol/man/man8/ |
genpolbools.8 | 1 .TH "genpolbools" "8" "11 August 2004" "sds@epoch.ncsc.mil" "SELinux Command Line documentation"
|
/external/libselinux/src/ |
label_internal.h | 13 #include <selinux/selinux.h> 14 #include <selinux/label.h>
|
checkAccess.c | 6 #include <selinux/avc.h>
|
callbacks.c | 10 #include <selinux/selinux.h>
|
/external/checkpolicy/ |
checkmodule.8 | 3 checkmodule \- SELinux policy module compiler 13 is a program that checks and compiles a SELinux security policy module 56 SELinux documentation at http://www.nsa.gov/research/selinux, 57 especially "Configuring the SELinux Policy".
|
/bootable/recovery/minzip/ |
DirUtil.h | 27 #include <selinux/selinux.h> 28 #include <selinux/label.h>
|
/external/sepolicy/tools/ |
checkfc.c | 5 #include <selinux/selinux.h> 6 #include <selinux/label.h>
|
/external/sepolicy/ |
zygote.te | 11 # Switch SELinux context to app domains. 30 # Check validity of SELinux context before use. 32 # Check SELinux permissions.
|
installd.te | 22 # Check validity of SELinux context before use.
|
/external/libselinux/include/selinux/ |
android.h | 7 #include <selinux/label.h>
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 23 #include "selinux/selinux.h" 24 #include "selinux/android.h" 43 * Purpose: checks whether SELinux is enabled/disbaled 54 * Purpose: return the current SELinux enforce mode 269 * Purpose: Gets a list of the SELinux boolean names. 271 * Returns: an array of strings containing the SELinux boolean names. 300 * Purpose: Gets the value for the given SELinux boolean name. 302 * String: The name of the SELinux boolean. 324 * Purpose: Sets the value for the given SELinux boolean name [all...] |
/external/openssh/openbsd-compat/ |
port-linux.c | 21 * Linux-specific portability code - just SELinux support at present 37 #include <selinux/selinux.h> 38 #include <selinux/flask.h> 39 #include <selinux/get_context_list.h> 53 debug("SELinux support %s", enabled ? "enabled" : "disabled"); 87 error("%s: Failed to get default SELinux security " 91 fatal("%s: Failed to get default SELinux security " 124 error("%s: Failed to set SELinux execution " 128 fatal("%s: Failed to set SELinux execution context [all...] |
/frameworks/base/services/java/com/android/server/updates/ |
SELinuxPolicyInstallReceiver.java | 22 import android.os.SELinux; 109 Slog.i(TAG, "Applying SELinux policy"); 125 SystemProperties.set("selinux.reload_policy", "1"); 133 SystemProperties.set("persist.selinux.enforcing", mode); 148 Slog.e(TAG, "SELinux policy update malformed: ", e); 150 Slog.e(TAG, "Could not update selinux policy: ", e); 152 Slog.e(TAG, "Could not update selinux policy: ", e);
|
/build/tools/fs_config/ |
fs_config.c | 25 #include <selinux/selinux.h> 26 #include <selinux/label.h> 27 #include <selinux/android.h>
|
/docs/source.android.com/src/devices/tech/security/ |
enhancements43.jd | 11 <li><strong>Android sandbox reinforced with SELinux.</strong> 12 This release strengthens the Android sandbox using the SELinux 13 mandatory access control system (MAC) in the Linux kernel. SELinux 17 allows the use of SELinux in a permissive mode. This mode logs any policy
|
/external/libsepol/man/man3/ |
sepol_check_context.3 | 20 policy on a SELinux system, use
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
selinux_netlink.h | 2 * Netlink event notifications for SELinux.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
selinux_netlink.h | 2 * Netlink event notifications for SELinux.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
selinux_netlink.h | 2 * Netlink event notifications for SELinux.
|