Searched refs:SECURITY_LSM_NATIVE_LABELS (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dgetroot.c128 kflags |= SECURITY_LSM_NATIVE_LABELS;
148 !(kflags_out & SECURITY_LSM_NATIVE_LABELS))
/linux-master/security/selinux/
H A Dhooks.c651 if (kern_flags & SECURITY_LSM_NATIVE_LABELS) {
653 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS;
799 * returned SECURITY_LSM_NATIVE_LABELS in *set_kern_flags
804 } else if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) {
806 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS;
929 if (kern_flags & SECURITY_LSM_NATIVE_LABELS) {
931 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS;
942 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context)
943 *set_kern_flags |= SECURITY_LSM_NATIVE_LABELS;
954 !(kern_flags & SECURITY_LSM_NATIVE_LABELS)
[all...]
/linux-master/include/linux/
H A Dsecurity.h75 #define SECURITY_LSM_NATIVE_LABELS 1 macro

Completed in 150 milliseconds