Home
last modified time | relevance | path

Searched refs:tomoyo_path_perm (Results 1 – 3 of 3) sorted by relevance

/linux/security/tomoyo/
A Dtomoyo.c122 return tomoyo_path_perm(TOMOYO_TYPE_GETATTR, path, NULL); in tomoyo_inode_getattr()
134 return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path, NULL); in tomoyo_path_truncate()
149 return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path, NULL); in tomoyo_path_unlink()
182 return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL); in tomoyo_path_rmdir()
199 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name); in tomoyo_path_symlink()
375 return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path, NULL); in tomoyo_path_chroot()
407 return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path, NULL); in tomoyo_sb_umount()
A Dcommon.h992 int tomoyo_path_perm(const u8 operation, const struct path *path,
A Dfile.c803 int tomoyo_path_perm(const u8 operation, const struct path *path, const char *target) in tomoyo_path_perm() function

Completed in 11 milliseconds