How to disable application run
Ilya Guterman <[email protected]> Tue, 4 Oct 2016 14:33:27 +0300
| Newsgroups | gmane.linux.c-programming |
|---|---|
| Message-ID | <CAMraO6_rYr5ArwSw6M22vmQXe-jCfiqRRn8_EGSgXMYnTYMYkw@mail.gmail.com> |
Hey CiN, You can write LKM which overrides the execve syscall and checks wherever the filename is blacklisted, but overriding syscall is considered bad. Maybe there is a better solution I am not aware of. Regards amfern. -- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html