Searched refs:path_chmod (Results 1 – 4 of 4) sorted by relevance
557 LSM_HOOK_INIT(path_chmod, tomoyo_path_chmod),
1542 int (*path_chmod)(const struct path *path, umode_t mode); member1870 struct hlist_head path_chmod; member
1171 LSM_HOOK_INIT(path_chmod, apparmor_path_chmod),
1095 return call_int_hook(path_chmod, 0, path, mode); in security_path_chmod()