Searched refs:SBLABEL_MNT (Results 1 - 2 of 2) sorted by relevance

/security/selinux/include/
H A Dsecurity.h56 #define SBLABEL_MNT 0x10 macro
/security/selinux/
H A Dhooks.c459 sbsec->flags |= SBLABEL_MNT;
524 if (sbsec->flags & SBLABEL_MNT)
571 if (sbsec->flags & SBLABEL_MNT) {
573 opts->mnt_opts_flags[i++] = SBLABEL_MNT;
670 if (flags[i] == SBLABEL_MNT)
1096 case SBLABEL_MNT:
1722 if (!newsid || !(sbsec->flags & SBLABEL_MNT)) {
2606 if (flags[i] == SBLABEL_MNT)
2776 else if (!newsid || !(sbsec->flags & SBLABEL_MNT)) {
2798 if (!ss_initialized || !(sbsec->flags & SBLABEL_MNT))
[all...]

Completed in 1047 milliseconds