-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flood of seccomp audit log entries #5207
Comments
Bug! I have it on my computer so far for whois, transmission, and Tor browser. Log example:
Syscall 41 is "socket" (you can get the name by running "firejail --debug-syscalls"). In the profile I had to add "netlink" and "unix":
Let's look in the logs for some more programs generating this kind of messages. Thanks for the bug! |
Previous discussion with suggested fix (and deleted comment 👎): #5181 (comment)
Do we really need to open all this? |
Personally I tend to agree with @rusty-snake's comment above. It seems overkill to allow a potentially insecure Besides, users can always provide their own audit filtering via |
Good point! I'll add instead a configuration flag in /etc/firejail/firejail.config to shut down the automatic logging, enabled by default. Will this work? |
It should work yes. I happen to have some extra time to test if you 'd like. Been doing some specific audit filtering lately in another context, that's why it occurred to me it might be a more appropriate way to deal with this. Once things settle down code-wise I can add a wiki item with some example rules for log sanitation. Thanks for looking into things! |
It also occurs in |
I added "seccomp-log no" in /etc/firejail/firejail.config |
Great! , waiting for a patched release. Thank you. |
@netblue30 c7e4c8e works fine, thanks! Just one question: now this is 'fixed', can/should we revert 17774ad? |
Forgot about it. I've just revert it. |
@rusty-snake commented on May 20:
@SkewedZeppelin Can this be reverted as well? |
@kmk3
did
|
There are many log entries like: audit: SECCOMP ... and kernel: audit: ... in journal probably because of (firejail 0.9.70):
Is there a way to disable this or make these messages silently ignored ?
The text was updated successfully, but these errors were encountered: