DIR:/proc/self/root/var/lib/dkms/file_protector/1.1-1569/source/transport/ |
Current File : //proc/self/root/var/lib/dkms/file_protector/1.1-1569/source/transport/exec_event.h |
/** @file @brief 'exec' event @details Copyright (c) 2024 Acronis International GmbH @author Denis Kopyrin (denis.kopyrin@acronis.com) @since $Id: $ */ #pragma once #include "compat.h" #ifdef KERNEL_MOCK struct linux_binprm; #else #include <linux/binfmts.h> #endif void exec_event_nowait(struct task_struct *p, struct linux_binprm *bprm); void exec_event(struct task_struct *p); |