Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dfile.c1024 if (tomoyo_permstr(operation, tomoyo_path_keyword[type])) in tomoyo_write_file()
1029 if (tomoyo_permstr(operation, in tomoyo_write_file()
1035 if (tomoyo_permstr(operation, in tomoyo_write_file()
1041 if (tomoyo_permstr(operation, in tomoyo_write_file()
1046 if (tomoyo_permstr(operation,
H A Dnetwork.c294 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 Dutil.c114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() function
H A Dcommon.h983 bool tomoyo_permstr(const char *string, const char *keyword);