Searched refs:SECURITY_LSM_NATIVE_LABELS (Results 1 – 3 of 3) sorted by relevance
2608 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_set_sb_security()2616 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_set_sb_security()2634 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_clone_sb_security()2642 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_clone_sb_security()
817 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) { in selinux_set_mnt_opts()819 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_set_mnt_opts()946 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()947 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()960 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()966 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()968 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS; in selinux_sb_clone_mnt_opts()
69 #define SECURITY_LSM_NATIVE_LABELS 1 macro