Searched refs:tomoyo_path_number_perm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 167 return tomoyo_path_number_perm(TOMOYO_TYPE_MKDIR, &path, in tomoyo_path_mkdir() 240 return tomoyo_path_number_perm(type, &path, perm); in tomoyo_path_mknod() 329 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd); in tomoyo_file_ioctl() 342 return tomoyo_path_number_perm(TOMOYO_TYPE_CHMOD, path, in tomoyo_path_chmod() 360 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHOWN, path, in tomoyo_path_chown() 363 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHGRP, path, in tomoyo_path_chown()
|
H A D | common.h | 990 int tomoyo_path_number_perm(const u8 operation, const struct path *path,
|
H A D | file.c | 700 * tomoyo_path_number_perm - Check permission for "create", "mkdir", "mkfifo", "mksock", "ioctl", "chmod", "chown", "chgrp". 708 int tomoyo_path_number_perm(const u8 type, const struct path *path, in tomoyo_path_number_perm() function
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 178 return tomoyo_path_number_perm(TOMOYO_TYPE_MKDIR, &path, in tomoyo_path_mkdir() 251 return tomoyo_path_number_perm(type, &path, perm); in tomoyo_path_mknod() 348 return tomoyo_path_number_perm(TOMOYO_TYPE_IOCTL, &file->f_path, cmd); in tomoyo_file_ioctl() 361 return tomoyo_path_number_perm(TOMOYO_TYPE_CHMOD, path, in tomoyo_path_chmod() 379 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHOWN, path, in tomoyo_path_chown() 382 error = tomoyo_path_number_perm(TOMOYO_TYPE_CHGRP, path, in tomoyo_path_chown()
|
H A D | file.c | 700 * tomoyo_path_number_perm - Check permission for "create", "mkdir", "mkfifo", "mksock", "ioctl", "chmod", "chown", "chgrp". 708 int tomoyo_path_number_perm(const u8 type, const struct path *path, in tomoyo_path_number_perm() function
|
H A D | common.h | 989 int tomoyo_path_number_perm(const u8 operation, const struct path *path,
|
Completed in 11 milliseconds