shell bypass 403
/** @file @brief 'exec' event @details Copyright (c) 2024 Acronis International GmbH @author Denis Kopyrin ([email protected]) @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);