Searched refs:SELINUXMNT (Results 1 – 8 of 8) sorted by relevance
42 rc = statfs(SELINUXMNT, &sfbuf); in init_selinuxmnt()46 selinux_mnt = strdup(SELINUXMNT); in init_selinuxmnt()
16 #define SELINUXMNT "/sys/fs/selinux" macro
1499 const char *mnt = SELINUXMNT; in selinux_android_load_policy()
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
19 #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()
107 if (verify_selinuxmnt(SELINUXMNT) == 0) return; in hidden_def()
1170 * Export SELINUXMNT definition, add SELINUXPOLICY definition.