Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.c594 } else if (tomoyo_str_starts(&name, "CONFIG::")) { in tomoyo_set_mode()
1056 if (tomoyo_str_starts(&param->data, "manual_domain_transition ")) { in tomoyo_write_task()
1140 if (!tomoyo_str_starts(&param.data, in tomoyo_write_domain2()
1169 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain()
1703 if (tomoyo_str_starts(&buf, "global-pid ")) in tomoyo_read_pid()
1757 if (tomoyo_str_starts(&param.data, "aggregator ")) in tomoyo_write_exception()
1760 if (tomoyo_str_starts(&param.data, tomoyo_transition_type[i])) in tomoyo_write_exception()
1763 if (tomoyo_str_starts(&param.data, tomoyo_group_name[i])) in tomoyo_write_exception()
1765 if (tomoyo_str_starts(&param.data, "acl_group ")) { in tomoyo_write_exception()
2390 if (tomoyo_str_starts(&data, "Memory used by ")) in tomoyo_write_stat()
[all …]
Denviron.c120 if (tomoyo_str_starts(&param->data, "env ")) in tomoyo_write_misc()
Dutil.c384 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() function
Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);