Way forward to on-access antivirus in Linux
Way forward to on-access antivirus in Linux
Posted Nov 8, 2019 12:01 UTC (Fri) by jorgegv (subscriber, #60484)Parent article: Filesystem sandboxing with eBPF
I think this mechanism could be used for implementing on-access antivirus on Linux, similar to the way it is implemented in Windows operating systems.
Some AV software (e.g. Sophos) are now using an out-of-tree module called TALPA, or even fanotify, but these come with their own limitations and/or problems (e.g. out-of tree patch, no NFSv4 support). This new implementation looks much cleaner and likely to enter mainstream kernel.