Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c247 const char *header = NULL; in tomoyo_init_log() local
252 header = tomoyo_print_header(r); in tomoyo_init_log()
253 if (!header) in tomoyo_init_log()
256 len += strlen(domainname) + strlen(header) + 10; in tomoyo_init_log()
275 pos = snprintf(buf, len, "%s", header); in tomoyo_init_log()
289 kfree(header); in tomoyo_init_log()
Dcommon.c1937 static void tomoyo_add_entry(struct tomoyo_domain_info *domain, char *header) in tomoyo_add_entry() argument
1943 char *cp = strchr(header, '\n'); in tomoyo_add_entry()
1954 argv0 = strstr(header, " argv[]={ \""); in tomoyo_add_entry()
1959 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
1964 symlink = strstr(header, " symlink.target=\""); in tomoyo_add_entry()