tomoyo_path_perm
int tomoyo_path_perm(const u8 operation, const struct path *path,
return tomoyo_path_perm(TOMOYO_TYPE_GETATTR, path, NULL);
return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path, NULL);
return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path, NULL);
return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL);
return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name);
return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path, NULL);
return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path, NULL);