Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/include/
H A Dsecurity.h53 #define SE_MNTMASK 0x0f macro
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c565 char mnt_flags = sbsec->flags & SE_MNTMASK; in bad_option()
695 if ((sbsec->flags & SE_MNTMASK) && !opts) in selinux_set_mnt_opts()
842 char oldflags = old->flags & SE_MNTMASK; in selinux_cmp_sb_context()
843 char newflags = new->flags & SE_MNTMASK; in selinux_cmp_sb_context()