-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Add AUDIT_WRITE cap #7179
Add AUDIT_WRITE cap #7179
Conversation
ping @crosbymichael @unclejack |
Yes I guess we need this, although I would really prefer not to get audit messages from the container. There is an effort to add namespace to the audit subsystem which should be able to eliminate this need or at least stop audit messages from showing up in the hosts audit log. |
@larsks spoke with some of the audit developers and they suggested that we retain AUDIT_WRITE to solve the issues that we are seeing on the newer kernel releases. |
tested with kernel 3.14.12 and kernel 3.15.6 LGTM |
LGTM. I have a patch with AUDIT_WRITE added back in for our testers. |
LGTM |
Fixes #6345
Thanks @larsks for outstanding investigation