Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dtomoyo.c98 return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path); in tomoyo_path_truncate()
104 return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path); in tomoyo_path_unlink()
118 return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path); in tomoyo_path_rmdir()
125 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path); in tomoyo_path_symlink()
180 return tomoyo_path_perm(TOMOYO_TYPE_REWRITE, &file->f_path); in tomoyo_file_fcntl()
219 return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path); in tomoyo_path_chroot()
231 return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path); in tomoyo_sb_umount()
Dcommon.h851 int tomoyo_path_perm(const u8 operation, struct path *path);
Dfile.c989 int tomoyo_path_perm(const u8 operation, struct path *path) in tomoyo_path_perm() function