Home
last modified time | relevance | path

Searched refs:exe_path (Results 1 – 4 of 4) sorted by relevance

/linux/security/landlock/
H A Ddomain.h38 * caller's control (e.g. unknown exe_path) and the data is not explicitly
58 * @exe_path: Executable path of the task that initially restricted
62 char exe_path[]; member
69 static_assert(struct_size_t(struct landlock_details, exe_path,
H A Ddomain.c98 kzalloc(struct_size(details, exe_path, path_size), GFP_KERNEL); in get_current_details()
102 memcpy(details->exe_path, path_str, path_size); in get_current_details()
H A Daudit.c124 audit_log_untrustedstring(ab, hierarchy->details->exe_path); in log_domain()
/linux/fs/proc/
H A Dbase.c1780 static int proc_exe_link(struct dentry *dentry, struct path *exe_path) in proc_exe_link() argument
1791 *exe_path = exe_file->f_path; in proc_exe_link()