Searched refs:path_chown (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/tomoyo/ |
| D | tomoyo.c | 558 LSM_HOOK_INIT(path_chown, tomoyo_path_chown),
|
| /Linux-v5.4/include/linux/ |
| D | lsm_hooks.h | 1543 int (*path_chown)(const struct path *path, kuid_t uid, kgid_t gid); member 1871 struct hlist_head path_chown; member
|
| /Linux-v5.4/security/apparmor/ |
| D | lsm.c | 1172 LSM_HOOK_INIT(path_chown, apparmor_path_chown),
|
| /Linux-v5.4/security/ |
| D | security.c | 1102 return call_int_hook(path_chown, 0, path, uid, gid); in security_path_chown()
|