Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1376373
| From | Paul Moore <paul@paul-moore.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default |
| Date | 2016-04-12 03:20 +0200 |
| Message-ID | <rmV9L-76T-7@gated-at.bofh.it> (permalink) |
| References | <rmBup-8cM-1@gated-at.bofh.it> <rmKel-6GA-5@gated-at.bofh.it> <rmMpQ-8jk-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Monday, April 11, 2016 10:58:06 AM Eric Paris wrote: > I'm all for a way to shut up unsolicited audit messages, especially > seccomp with errno or trap. I think it would be best to default 'KILL' > to on and everything else to off. I'm no so sure a sysctl is the right > way though. Enabling more forms of 'seccomp audit' should really be a > part of the audit policy. The seccomp events are very useful for people who are working with seccomp filters and I want to ensure that we have the ability to emit these events regardless of if audit is enabled, or even compiled into the kernel using dmesg/syslog as we do today with other auditable events, e.g. SELinux. Because of this desire to log regardless of audit, I figured a sysctl tunable made more sense than an audit based filter. As I mentioned previously, I'm not completely sold on the sysctl based solution, but it is the best solution that I can think of at the moment. Alternatives are welcome. -- paul moore www.paul-moore.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default Andi Kleen <andi@firstfloor.org> - 2016-04-11 06:20 +0200
Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default Paul Moore <paul@paul-moore.com> - 2016-04-11 15:40 +0200
Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default Eric Paris <eparis@redhat.com> - 2016-04-11 18:00 +0200
Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default Andi Kleen <andi@firstfloor.org> - 2016-04-12 00:00 +0200
Re: [PATCH] audit: Don't spam logs with SECCOMP_KILL/RET_ERRNO by default Paul Moore <paul@paul-moore.com> - 2016-04-12 03:20 +0200
csiph-web