Home
last modified time | relevance | path

Searched refs:tomoyo_permstr (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Dfile.c1000 if (tomoyo_permstr(operation, tomoyo_path_keyword[type])) in tomoyo_write_file()
1005 if (tomoyo_permstr(operation, in tomoyo_write_file()
1011 if (tomoyo_permstr(operation, in tomoyo_write_file()
1017 if (tomoyo_permstr(operation, in tomoyo_write_file()
1022 if (tomoyo_permstr(operation, in tomoyo_write_file()
Dnetwork.c293 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network()
338 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network()
Dutil.c131 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() function
Dcommon.h941 bool tomoyo_permstr(const char *string, const char *keyword);