Home
last modified time | relevance | path

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

/security/landlock/
A Ddomain.c47 const char *exe; in get_current_exe() local
61 exe = d_path(&file->f_path, buffer, buffer_size); in get_current_exe()
62 if (WARN_ON_ONCE(IS_ERR(exe))) in get_current_exe()
64 return ERR_CAST(exe); in get_current_exe()
66 size = buffer + buffer_size - exe; in get_current_exe()
71 *exe_str = exe; in get_current_exe()
/security/tomoyo/
A 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()
A Dcommon.c932 const char *exe; in tomoyo_manager() local
943 exe = tomoyo_get_exe(); in tomoyo_manager()
944 if (!exe) in tomoyo_manager()
950 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager()
961 domainname->name, exe); in tomoyo_manager()
965 kfree(exe); in tomoyo_manager()

Completed in 10 milliseconds