Searched refs:SECURITY_LSM_NATIVE_LABELS (Results 1 – 4 of 4) sorted by relevance
128 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_root()148 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_get_root()
1278 fc->lsm_flags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_tree_common()
769 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()899 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()900 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()913 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()919 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()921 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
71 #define SECURITY_LSM_NATIVE_LABELS 1 macro