]> git.eshelyaron.com Git - emacs.git/commit
Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.
authorPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 14:41:44 +0000 (16:41 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 14:41:44 +0000 (16:41 +0200)
commitd06c54db1b3504caed8673216a72b117d0692351
tree643394af34640f8e9ccddaf23f93a5c4fa3071b8
parent9dc26d4a8add5b3f2a5fce7907af4f9673ae82c0
Remove SCMP_FLTATR_CTL_LOG attribute from Seccomp filter.

Whether or not we log failing syscalls isn't security-critical, and we
shouldn't care.

* lib-src/seccomp-filter.c (main): Remove log attribute.
lib-src/seccomp-filter.c