Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Daudit.c248 char *bprm_info = NULL; in tomoyo_init_log() local
264 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump); in tomoyo_init_log()
265 if (!realpath || !bprm_info) in tomoyo_init_log()
268 len += strlen(realpath) + 80 + strlen(bprm_info); in tomoyo_init_log()
285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
293 kfree(bprm_info); in tomoyo_init_log()

Completed in 4 milliseconds