Searched refs:SELINUXMNT (Results 1 – 5 of 5) sorted by relevance
74 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`75 cat ${SELINUXMNT}/initial_contexts/unlabeled | secon -t82 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`83 cat $SELINUXMNT/initial_contexts/file | secon -t
376 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()
24 #define SELINUXMNT "/sys/fs/selinux" macro
94 if (verify_selinuxmnt(SELINUXMNT) == 0) return; in hidden_def()
1839 set_selinuxmnt(SELINUXMNT); in selinux_android_load_policy_from_fd()