Home
last modified time | relevance | path

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

/security/tomoyo/
Dcondition.c239 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local
243 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()
244 if (!exe.name) in tomoyo_scan_exec_realpath()
246 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath()
247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath()
248 kfree(exe.name); in tomoyo_scan_exec_realpath()
Dcommon.c940 const char *exe; in tomoyo_manager() local
951 exe = tomoyo_get_exe(); in tomoyo_manager()
952 if (!exe) in tomoyo_manager()
958 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager()
969 domainname->name, exe); in tomoyo_manager()
973 kfree(exe); in tomoyo_manager()