Home
last modified time | relevance | path

Searched refs:header (Results 1 – 2 of 2) sorted by relevance

/security/tomoyo/
A Daudit.c249 const char *header = NULL; in tomoyo_init_log() local
255 header = tomoyo_print_header(r); in tomoyo_init_log()
256 if (!header) in tomoyo_init_log()
259 len += strlen(domainname) + strlen(header) + 10; in tomoyo_init_log()
279 pos = snprintf(buf, len, "%s", header); in tomoyo_init_log()
294 kfree(header); in tomoyo_init_log()
A Dcommon.c2099 static void tomoyo_add_entry(struct tomoyo_domain_info *domain, char *header) in tomoyo_add_entry() argument
2105 char *cp = strchr(header, '\n'); in tomoyo_add_entry()
2118 argv0 = strstr(header, " argv[]={ \""); in tomoyo_add_entry()
2123 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
2128 symlink = strstr(header, " symlink.target=\""); in tomoyo_add_entry()

Completed in 10 milliseconds