Home
last modified time | relevance | path

Searched refs:SE_MNTMASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/security/selinux/include/
Dsecurity.h55 #define SE_MNTMASK 0x0f macro
/linux-6.12.1/security/selinux/
Dhooks.c607 char mnt_flags = sbsec->flags & SE_MNTMASK; in bad_option()
723 if ((sbsec->flags & SE_MNTMASK) && !opts) in selinux_set_mnt_opts()
881 char oldflags = old->flags & SE_MNTMASK; in selinux_cmp_sb_context()
882 char newflags = new->flags & SE_MNTMASK; in selinux_cmp_sb_context()
2665 return (sbsec->flags & SE_MNTMASK) ? 1 : 0; in selinux_sb_mnt_opts_compat()