Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c240 char *realpath = NULL; in tomoyo_init_log() local
251 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
253 if (!realpath || !bprm_info) in tomoyo_init_log()
256 len += strlen(realpath) + 80 + strlen(bprm_info); in tomoyo_init_log()
268 if (realpath) { in tomoyo_init_log()
272 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
279 kfree(realpath); in tomoyo_init_log()
DMakefile1 … environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o…
Dcommon.c1951 char *realpath = NULL; in tomoyo_add_entry() local
1970 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
1971 if (realpath) { in tomoyo_add_entry()
1972 realpath += 8; in tomoyo_add_entry()
1973 len += tomoyo_truncate(realpath) + 6; in tomoyo_add_entry()
1983 if (realpath) in tomoyo_add_entry()
1984 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()