Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dutil.c966 const char *tomoyo_get_exe(void) in tomoyo_get_exe() function
Dcommon.h961 const char *tomoyo_get_exe(void);
Dcommon.c942 exe = tomoyo_get_exe(); in tomoyo_manager()