Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dcommon.c389 } else if (tomoyo_str_starts(&name, "CONFIG::")) { in tomoyo_set_mode()
455 if (tomoyo_str_starts(&data, "PREFERENCE::")) { in tomoyo_write_profile()
639 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); in tomoyo_write_manager()
826 if (tomoyo_str_starts(&data, TOMOYO_KEYWORD_ALLOW_MOUNT)) in tomoyo_write_domain2()
848 if (tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE)) in tomoyo_write_domain()
850 else if (tomoyo_str_starts(&data, TOMOYO_KEYWORD_SELECT)) in tomoyo_write_domain()
1181 if (tomoyo_str_starts(&buf, "global-pid ")) in tomoyo_read_pid()
1226 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); in tomoyo_write_exception()
1239 if (tomoyo_str_starts(&data, tomoyo_transition_type[i])) in tomoyo_write_exception()
1243 if (tomoyo_str_starts(&data, tomoyo_callback[i].keyword)) in tomoyo_write_exception()
[all …]
Dcommon.h693 bool tomoyo_str_starts(char **src, const char *find);
Dutil.c198 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() function