Searched refs:exe_path (Results 1 – 4 of 4) sorted by relevance
38 * caller's control (e.g. unknown exe_path) and the data is not explicitly58 * @exe_path: Executable path of the task that initially restricted62 char exe_path[]; member 69 static_assert(struct_size_t(struct landlock_details, exe_path,
98 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()
124 audit_log_untrustedstring(ab, hierarchy->details->exe_path); in log_domain()
1780 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()