Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dtomoyo.c549 LSM_HOOK_INIT(path_mkdir, tomoyo_path_mkdir),
/Linux-v5.4/include/linux/
Dlsm_hooks.h1529 int (*path_mkdir)(const struct path *dir, struct dentry *dentry, member
1863 struct hlist_head path_mkdir; member
/Linux-v5.4/security/apparmor/
Dlsm.c1167 LSM_HOOK_INIT(path_mkdir, apparmor_path_mkdir),
/Linux-v5.4/security/
Dsecurity.c1029 return call_int_hook(path_mkdir, 0, dir, dentry, mode); in security_path_mkdir()