arc-lkm/internal/intercept_execve.h
AuxXxilium d288da5003 init: lkm
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-05-05 01:31:48 +02:00

10 lines
333 B
C
Executable File

#ifndef REDPILL_INTERCEPT_EXECVE_H
#define REDPILL_INTERCEPT_EXECVE_H
//There's no remove_ as this requires rearranging the list etc and is not needed for now
int add_blocked_execve_filename(const char * filename);
int register_execve_interceptor(void);
int unregister_execve_interceptor(void);
#endif //REDPILL_INTERCEPT_EXECVE_H