Searched refs:exe_path (Results 1 – 3 of 3) sorted by relevance
62 char exe_path[]; member69 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()
Completed in 6 milliseconds