Searched refs:path_chmod (Results 1 – 4 of 4) sorted by relevance
519 LSM_HOOK_INIT(path_chmod, tomoyo_path_chmod),
1506 int (*path_chmod)(const struct path *path, umode_t mode); member1825 struct hlist_head path_chmod; member
1146 LSM_HOOK_INIT(path_chmod, apparmor_path_chmod),
601 return call_int_hook(path_chmod, 0, path, mode); in security_path_chmod()