Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dutil.c966 const char *tomoyo_get_exe(void) in tomoyo_get_exe() function
H A Dcommon.h961 const char *tomoyo_get_exe(void);
H A Dcommon.c943 exe = tomoyo_get_exe(); in tomoyo_manager()