/bionic/linker/ |
linker_environ.cpp | 47 // has file caps, or caused a SELinux/AppArmor domain transition.
|
/build/tools/releasetools/ |
img_from_target_files | 105 # If this image was originally labelled with SELinux contexts,
|
img_from_target_files.py | 105 # If this image was originally labelled with SELinux contexts,
|
/cts/tests/tests/security/src/android/security/cts/ |
HwRngTest.java | 114 // This can occur because SELinux blocked stat access on the device nodes.
|
/developers/build/templates/create/ |
template-params.xml.ftl | 74 be used sparingly. (e.g. VPN clients, SELinux, custom instrumentation runners) -->
|
/docs/source.android.com/src/devices/tech/ |
index.jd | 84 sandbox, SELinux, dm-verity, encryption, and more.</p>
|
/external/iproute2/include/linux/ |
netlink.h | 14 #define NETLINK_SELINUX 7 /* SELinux event notifications */
|
/external/kernel-headers/original/uapi/linux/ |
netlink.h | 15 #define NETLINK_SELINUX 7 /* SELinux event notifications */
|
pfkeyv2.h | 223 __u8 sadb_x_ctx_alg; /* LSMs: e.g., selinux == 1 */
|
prctl.h | 142 * asking selinux for a specific new context (e.g. with runcon) will result
|
/external/libnl/include/linux/ |
netlink.h | 14 #define NETLINK_SELINUX 7 /* SELinux event notifications */
|
/external/sepolicy/tools/sepolicy-analyze/ |
README | 62 statements in the same format as the SELinux policy.conf file, i.e. after
|
/frameworks/native/cmds/installd/ |
installd.c | 19 #include <selinux/android.h> 20 #include <selinux/avc.h> 655 LOG_PRI_VA(priority, "SELinux", fmt, ap); 684 ALOGE("Could not open selinux status; exiting.\n");
|
/packages/apps/Settings/res/xml/ |
device_info_settings.xml | 137 <!-- SELinux status information -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
netlink.h | 14 #define NETLINK_SELINUX 7 /* SELinux event notifications */
|
pfkeyv2.h | 223 __u8 sadb_x_ctx_alg; /* LSMs: e.g., selinux == 1 */
|
xfrm.h | 218 __u8 ctx_alg; /* LSMs: e.g., selinux == 1 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
netlink.h | 14 #define NETLINK_SELINUX 7 /* SELinux event notifications */
|
pfkeyv2.h | 223 __u8 sadb_x_ctx_alg; /* LSMs: e.g., selinux == 1 */
|
xfrm.h | 218 __u8 ctx_alg; /* LSMs: e.g., selinux == 1 */
|
/external/qemu/android/ |
main.c | 944 if (opts->selinux) { 945 if ((strcmp(opts->selinux, "permissive") != 0) 946 && (strcmp(opts->selinux, "disabled") != 0)) { 947 derror("-selinux must be \"disabled\" or \"permissive\""); [all...] |
/external/sepolicy/tools/ |
check_seapp.c | 287 log_error("Could not create selinux boolean key, error: %s\n", 295 log_error("Could not check selinux boolean, error: %s\n", 303 log_error("Could not find selinux boolean \"%s\" on line: %d in file: %s\n", 314 log_error("Could not find selinux type \"%s\" on line: %d in file: %s\n", value, 324 log_error("Could not find selinux level \"%s\", on line: %d in file: %s\n", value,
|
/external/chromium_org/third_party/mesa/src/ |
configure.ac | 511 dnl SELinux awareness. 512 AC_ARG_ENABLE([selinux], 513 [AS_HELP_STRING([--enable-selinux], 514 [Build SELinux-aware Mesa @<:@default=disabled@:>@])], 518 AC_CHECK_HEADER([selinux/selinux.h],[], 519 [AC_MSG_ERROR([SELinux headers not found])]) 520 AC_CHECK_LIB([selinux],[is_selinux_enabled],[], 521 [AC_MSG_ERROR([SELinux library not found])]) [all...] |
/external/mesa3d/ |
configure.ac | 511 dnl SELinux awareness. 512 AC_ARG_ENABLE([selinux], 513 [AS_HELP_STRING([--enable-selinux], 514 [Build SELinux-aware Mesa @<:@default=disabled@:>@])], 518 AC_CHECK_HEADER([selinux/selinux.h],[], 519 [AC_MSG_ERROR([SELinux headers not found])]) 520 AC_CHECK_LIB([selinux],[is_selinux_enabled],[], 521 [AC_MSG_ERROR([SELinux library not found])]) [all...] |
/system/core/toolbox/ |
ls.c | 8 #include <selinux/selinux.h>
|