Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dsuper.c2550 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_set_sb_security()
2558 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_set_sb_security()
2576 kflags |= SECURITY_LSM_NATIVE_LABELS; in nfs_clone_sb_security()
2584 !(kflags_out & SECURITY_LSM_NATIVE_LABELS)) in nfs_clone_sb_security()
/linux-4.19.296/include/linux/
Dsecurity.h65 #define SECURITY_LSM_NATIVE_LABELS 1 macro