Searched refs:tomoyo_path2_perm (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/security/tomoyo/ |
H A D | tomoyo.c | 269 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link() 293 const int err = tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path2, in tomoyo_path_rename() 299 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename() 441 return tomoyo_path2_perm(TOMOYO_TYPE_PIVOT_ROOT, new_path, old_path); in tomoyo_sb_pivotroot()
|
H A D | common.h | 987 int tomoyo_path2_perm(const u8 operation, const struct path *path1,
|
H A D | file.c | 903 int tomoyo_path2_perm(const u8 operation, const struct path *path1, in tomoyo_path2_perm() function
|