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

/security/tomoyo/
H A Daudit.c138 * tomoyo_print_header - Get header line of audit log.
246 const char *header = NULL; local
251 header = tomoyo_print_header(r);
252 if (!header)
255 len += strlen(domainname) + strlen(header) + 10;
274 pos = snprintf(buf, len, "%s", header);
288 kfree(header);
H A Dcommon.c358 * tomoyo_print_namespace - Print namespace header.
1334 * tomoyo_set_group - Print "acl_group " header keyword and category name.
1932 * @header: Lines containing ACL.
1936 static void tomoyo_add_entry(struct tomoyo_domain_info *domain, char *header) argument
1942 char *cp = strchr(header, '\n');
1953 argv0 = strstr(header, " argv[]={ \"");
1958 realpath = strstr(header, " exec={ realpath=\"");
1963 symlink = strstr(header, " symlink.target=\"");

Completed in 25 milliseconds