Searched refs:tomoyo_mkdev_perm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 230 return tomoyo_mkdev_perm(type, &path, perm, dev); in tomoyo_path_mknod()
|
H A D | common.h | 982 int tomoyo_mkdev_perm(const u8 operation, const struct path *path,
|
H A D | file.c | 850 * tomoyo_mkdev_perm - Check permission for "mkblock" and "mkchar". 859 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, in tomoyo_mkdev_perm() function
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 241 return tomoyo_mkdev_perm(type, &path, perm, dev); in tomoyo_path_mknod()
|
H A D | file.c | 850 * tomoyo_mkdev_perm - Check permission for "mkblock" and "mkchar". 859 int tomoyo_mkdev_perm(const u8 operation, const struct path *path, in tomoyo_mkdev_perm() function
|
H A D | common.h | 981 int tomoyo_mkdev_perm(const u8 operation, const struct path *path,
|
Completed in 10 milliseconds