Home
last modified time | relevance | path

Searched refs:SELINUXMNT (Results 1 – 5 of 5) sorted by relevance

/external/selinux/policycoreutils/scripts/
Dfixfiles74 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
75 cat ${SELINUXMNT}/initial_contexts/unlabeled | secon -t
82 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
83 cat $SELINUXMNT/initial_contexts/file | secon -t
/external/selinux/libselinux/src/
Dload_policy.c376 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, 0, 0) == 0 || errno == EBUSY) { in hidden_def()
377 mntpoint = SELINUXMNT; in hidden_def()
402 fprintf(stderr, "Mount failed for selinuxfs on %s: %s\n", SELINUXMNT, strerror(errno)); in hidden_def()
Dpolicy.h24 #define SELINUXMNT "/sys/fs/selinux" macro
Dinit.c94 if (verify_selinuxmnt(SELINUXMNT) == 0) return; in hidden_def()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1839 set_selinuxmnt(SELINUXMNT); in selinux_android_load_policy_from_fd()