HomeSort by relevance Sort by last modified time
    Searched full:selinux (Results 176 - 200 of 333) sorted by null

1 2 3 4 5 6 78 91011>>

  /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
xfrm.h 228 __u8 ctx_alg; /* LSMs: e.g., selinux == 1 */
  /external/libnl/include/linux/
netlink.h 14 #define NETLINK_SELINUX 7 /* SELinux event notifications */
  /frameworks/native/cmds/installd/
installd.c 19 #include <selinux/android.h>
20 #include <selinux/avc.h>
649 LOG_PRI_VA(priority, "SELinux", fmt, ap);
678 ALOGE("Could not open selinux status; exiting.\n");
  /packages/apps/Settings/res/xml/
device_info_settings.xml 136 <!-- 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...]
help.c     [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>
  /external/iproute2/include/linux/
xfrm.h 226 __u8 ctx_alg; /* LSMs: e.g., selinux == 1 */
  /external/ipsec-tools/
ChangeLog 233 * configure.ac: Fix autoconf check for selinux support. Submitted
439 * src/racoon/security.c: Missing file for SELinux
441 * configure.ac: Missing stuff for SELinux
491 src/racoon/remoteconf.c: From Joy Latten: Add support for SELinux
  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 74 * @param seInfo null-ok a string specifying SELinux information for
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 30 import android.os.SELinux;
108 if (!SELinux.restorecon(mCurrentSetDir)) {
109 Log.e(TAG, "SELinux restorecon failed for " + mCurrentSetDir);
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 402 /* Define to 1 if you have the <selinux/context.h> header file. */
405 /* Define to 1 if you have the <selinux/selinux.h> header file. */
  /system/core/init/
builtins.c 38 #include <selinux/selinux.h>
39 #include <selinux/label.h>

Completed in 359 milliseconds

1 2 3 4 5 6 78 91011>>