Searched refs:TOMOYO_TYPE_GETATTR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 123 return tomoyo_path_perm(TOMOYO_TYPE_GETATTR, path, NULL); in tomoyo_inode_getattr()
|
H A D | common.h | 247 TOMOYO_TYPE_GETATTR, enumerator
|
H A D | file.c | 20 [TOMOYO_TYPE_GETATTR] = TOMOYO_MAC_FILE_GETATTR,
|
H A D | common.c | 148 [TOMOYO_TYPE_GETATTR] = "getattr",
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 122 return tomoyo_path_perm(TOMOYO_TYPE_GETATTR, path, NULL); in tomoyo_inode_getattr()
|
H A D | file.c | 20 [TOMOYO_TYPE_GETATTR] = TOMOYO_MAC_FILE_GETATTR,
|
H A D | common.h | 247 TOMOYO_TYPE_GETATTR, enumerator
|
H A D | common.c | 149 [TOMOYO_TYPE_GETATTR] = "getattr",
|
Completed in 16 milliseconds