Searched refs:exe (Results 1 – 2 of 2) sorted by relevance
231 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local234 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()235 if (!exe.name) in tomoyo_scan_exec_realpath()237 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath()238 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath()239 kfree(exe.name); in tomoyo_scan_exec_realpath()
922 const char *exe; in tomoyo_manager() local933 exe = tomoyo_get_exe(); in tomoyo_manager()934 if (!exe) in tomoyo_manager()940 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager()950 "update policies.\n", domainname->name, exe); in tomoyo_manager()954 kfree(exe); in tomoyo_manager()