Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmount.h26 #define AA_MS_IGNORE_MASK (MS_KERNMOUNT | MS_NOSEC | MS_ACTIVE | MS_BORN) macro
/openbmc/linux/security/apparmor/
H A Dlsm.c595 flags &= ~AA_MS_IGNORE_MASK; in apparmor_sb_mount()