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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dtomoyo.c98 return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path);
104 return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path);
118 return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path);
125 return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path);
180 return tomoyo_path_perm(TOMOYO_TYPE_REWRITE, &file->f_path);
219 return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path);
231 return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path);
H A Dcommon.h851 int tomoyo_path_perm(const u8 operation, struct path *path);
H A Dfile.c985 * tomoyo_path_perm - Check permission for "unlink", "rmdir", "truncate", "symlink", "rewrite", "chroot" and "unmount".
992 int tomoyo_path_perm(const u8 operation, struct path *path) function

Completed in 108 milliseconds