Searched refs:TOMOYO_TYPE_RMDIR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 183 return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL); in tomoyo_path_rmdir()
|
H A D | file.c | 21 [TOMOYO_TYPE_RMDIR] = TOMOYO_MAC_FILE_RMDIR, 826 case TOMOYO_TYPE_RMDIR: in tomoyo_path_perm()
|
H A D | common.h | 248 TOMOYO_TYPE_RMDIR, enumerator
|
H A D | common.c | 149 [TOMOYO_TYPE_RMDIR] = "rmdir",
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 194 return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL); in tomoyo_path_rmdir()
|
H A D | file.c | 21 [TOMOYO_TYPE_RMDIR] = TOMOYO_MAC_FILE_RMDIR, 826 case TOMOYO_TYPE_RMDIR: in tomoyo_path_perm()
|
H A D | common.h | 248 TOMOYO_TYPE_RMDIR, enumerator
|
H A D | common.c | 150 [TOMOYO_TYPE_RMDIR] = "rmdir",
|
Completed in 15 milliseconds