Home
last modified time | relevance | path

Searched refs:selinux_null (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/security/selinux/
H A Dselinuxfs.c2209 struct path selinux_null; variable
2230 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
2236 selinux_null.dentry = d_hash_and_lookup(selinux_null.mnt->mnt_root, in init_sel_fs()
2238 if (IS_ERR(selinux_null.dentry)) { in init_sel_fs()
2240 err = PTR_ERR(selinux_null.dentry); in init_sel_fs()
2241 selinux_null.dentry = NULL; in init_sel_fs()
2253 dput(selinux_null.dentry); in exit_sel_fs()
H A Dhooks.c2460 devnull = dentry_open(&selinux_null, O_RDWR, cred); in flush_unauthorized_files()
/OK3568_Linux_fs/kernel/security/selinux/include/
H A Dsecurity.h468 extern struct path selinux_null;