Home
last modified time | relevance | path

Searched refs:tomoyo_str_starts (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c603 } else if (tomoyo_str_starts(&name, "CONFIG::")) { in tomoyo_set_mode()
1065 if (tomoyo_str_starts(&param->data, "manual_domain_transition ")) { in tomoyo_write_task()
1149 if (!tomoyo_str_starts(&param.data, in tomoyo_write_domain2()
1178 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain()
1712 if (tomoyo_str_starts(&buf, "global-pid ")) in tomoyo_read_pid()
1766 if (tomoyo_str_starts(&param.data, "aggregator ")) in tomoyo_write_exception()
1769 if (tomoyo_str_starts(&param.data, tomoyo_transition_type[i])) in tomoyo_write_exception()
1772 if (tomoyo_str_starts(&param.data, tomoyo_group_name[i])) in tomoyo_write_exception()
1774 if (tomoyo_str_starts(&param.data, "acl_group ")) { in tomoyo_write_exception()
2399 if (tomoyo_str_starts( in tomoyo_write_stat()
[all...]
H A Denviron.c120 if (tomoyo_str_starts(&param->data, "env ")) in tomoyo_write_misc()
H A Dutil.c374 * tomoyo_str_starts - Check whether the given string starts with the given keyword.
384 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() function
H A Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c595 } else if (tomoyo_str_starts(&name, "CONFIG::")) { in tomoyo_set_mode()
1057 if (tomoyo_str_starts(&param->data, "manual_domain_transition ")) { in tomoyo_write_task()
1141 if (!tomoyo_str_starts(&param.data, in tomoyo_write_domain2()
1170 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain()
1704 if (tomoyo_str_starts(&buf, "global-pid ")) in tomoyo_read_pid()
1758 if (tomoyo_str_starts(&param.data, "aggregator ")) in tomoyo_write_exception()
1761 if (tomoyo_str_starts(&param.data, tomoyo_transition_type[i])) in tomoyo_write_exception()
1764 if (tomoyo_str_starts(&param.data, tomoyo_group_name[i])) in tomoyo_write_exception()
1766 if (tomoyo_str_starts(&param.data, "acl_group ")) { in tomoyo_write_exception()
2391 if (tomoyo_str_starts( in tomoyo_write_stat()
[all...]
H A Denviron.c120 if (tomoyo_str_starts(&param->data, "env ")) in tomoyo_write_misc()
H A Dutil.c374 * tomoyo_str_starts - Check whether the given string starts with the given keyword.
384 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() function
H A Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);

Completed in 15 milliseconds