Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dgetroot.c131 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_root()
147 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_get_root()
H A Dsuper.c1253 fc->lsm_flags |= SECURITY_LSM_NATIVE_LABELS; in nfs_get_tree_common()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c770 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !context_sid) { in selinux_set_mnt_opts()
772 *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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h71 #define SECURITY_LSM_NATIVE_LABELS 1 macro