Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dgetroot.c131 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_root()
147 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_get_root()
Dsuper.c1244 fc->lsm_flags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_tree_common()
/Linux-v5.10/security/selinux/
Dhooks.c769 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) { in selinux_set_mnt_opts()
771 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_set_mnt_opts()
898 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()
899 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
912 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()
918 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()
920 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
/Linux-v5.10/include/linux/
Dsecurity.h71 #define SECURITY_LSM_NATIVE_LABELS 1 macro