Home
last modified time | relevance | path

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

/security/tomoyo/
A Daudit.c250 char *realpath = NULL; in tomoyo_init_log() local
263 realpath = tomoyo_realpath_from_path(&file->f_path); 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()
280 if (realpath) { in tomoyo_init_log()
285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
292 kfree(realpath); in tomoyo_init_log()
A DMakefile2 … environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o…
A Dcommon.c2102 char *realpath = NULL; in tomoyo_add_entry() local
2123 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
2124 if (realpath) { in tomoyo_add_entry()
2125 realpath += 8; in tomoyo_add_entry()
2126 len += tomoyo_truncate(realpath) + 6; in tomoyo_add_entry()
2136 if (realpath) in tomoyo_add_entry()
2137 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()

Completed in 9 milliseconds