Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dtomoyo.c186 return tomoyo_path_number_perm(TOMOYO_TYPE_MKDIR, &path, in tomoyo_path_mkdir()
257 return tomoyo_path_number_perm(type, &path, perm); in tomoyo_path_mknod()
344 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd); in tomoyo_file_ioctl()
357 return tomoyo_path_number_perm(TOMOYO_TYPE_CHMOD, path, in tomoyo_path_chmod()
374 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHOWN, path, in tomoyo_path_chown()
377 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHGRP, path, in tomoyo_path_chown()
Dcommon.h980 int tomoyo_path_number_perm(const u8 operation, const struct path *path,
Dfile.c691 int tomoyo_path_number_perm(const u8 type, const struct path *path, in tomoyo_path_number_perm() function