Home
last modified time | relevance | path

Searched refs:SECURITY_LSM_NATIVE_LABELS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/nfs/
Dgetroot.c131 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_root()
151 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_get_root()
Dsuper.c1265 fc->lsm_flags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_tree_common()
/Linux-v5.15/security/selinux/
Dhooks.c826 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) { in selinux_set_mnt_opts()
828 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_set_mnt_opts()
956 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()
957 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
970 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()
976 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()
978 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
/Linux-v5.15/include/linux/
Dsecurity.h71 #define SECURITY_LSM_NATIVE_LABELS 1 macro