Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dtomoyo.c550 LSM_HOOK_INIT(path_rmdir, tomoyo_path_rmdir),
/Linux-v5.4/include/linux/
Dlsm_hooks.h1531 int (*path_rmdir)(const struct path *dir, struct dentry *dentry); member
1864 struct hlist_head path_rmdir; member
/Linux-v5.4/security/apparmor/
Dlsm.c1168 LSM_HOOK_INIT(path_rmdir, apparmor_path_rmdir),
/Linux-v5.4/security/
Dsecurity.c1037 return call_int_hook(path_rmdir, 0, dir, dentry); in security_path_rmdir()