Searched refs:tomoyo_permstr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 1019 if (tomoyo_permstr(operation, tomoyo_path_keyword[type])) in tomoyo_write_file() 1024 if (tomoyo_permstr(operation, in tomoyo_write_file() 1030 if (tomoyo_permstr(operation, in tomoyo_write_file() 1036 if (tomoyo_permstr(operation, in tomoyo_write_file() 1041 if (tomoyo_permstr(operation, in tomoyo_write_file()
|
H A D | network.c | 294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network() 339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network()
|
H A D | util.c | 105 * tomoyo_permstr - Find permission keywords. 114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() function
|
H A D | common.h | 952 bool tomoyo_permstr(const char *string, const char *keyword);
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 1019 if (tomoyo_permstr(operation, tomoyo_path_keyword[type])) in tomoyo_write_file() 1024 if (tomoyo_permstr(operation, in tomoyo_write_file() 1030 if (tomoyo_permstr(operation, in tomoyo_write_file() 1036 if (tomoyo_permstr(operation, in tomoyo_write_file() 1041 if (tomoyo_permstr(operation, in tomoyo_write_file()
|
H A D | network.c | 294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network() 339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network()
|
H A D | util.c | 105 * tomoyo_permstr - Find permission keywords. 114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() function
|
H A D | common.h | 952 bool tomoyo_permstr(const char *string, const char *keyword);
|
Completed in 14 milliseconds