Searched refs:SELINUXMNT (Results 1 – 5 of 5) sorted by relevance
72 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`73 cat ${SELINUXMNT}/initial_contexts/unlabeled | secon -t80 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`81 cat $SELINUXMNT/initial_contexts/file | secon -t
24 #define SELINUXMNT "/sys/fs/selinux" macro
375 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, 0, 0) == 0 || errno == EBUSY) { in hidden_def()376 mntpoint = SELINUXMNT; in hidden_def()401 fprintf(stderr, "Mount failed for selinuxfs on %s: %s\n", SELINUXMNT, strerror(errno)); in hidden_def()
94 if (verify_selinuxmnt(SELINUXMNT) == 0) return; in hidden_def()
1766 set_selinuxmnt(SELINUXMNT); in selinux_android_load_policy_from_fd()