Searched refs:SECURITY_LSM_NATIVE_LABELS (Results 1 – 4 of 4) sorted by relevance
131 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_root()147 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_get_root()
1244 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()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()
71 #define SECURITY_LSM_NATIVE_LABELS 1 macro