-
Notifications
You must be signed in to change notification settings - Fork 413
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
Manage sebooleans in MachineConfig #852
Comments
Also some applications like SAP Data Hub need to turn on booleans like |
The MCD will know how to set those (need to play with rhcos with these) using |
Note this will also really require fixing ostreedev/ostree#1026 |
oh nice
:D |
FWIW we turn this on today in RHCOS. Though I'm 👍 on having MCO be able to configure thins on the host. |
Related to this, we should probably offer:
And the MCD should watch for audit notifications of enforcement changes and reconcile (someone doing |
Has there been any movement on this? |
If you want to do this today, the workaround is to ship a systemd unit that does |
Also, if going the systemd route a recommendation is to not use |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
+1 We were investigating how to enable some sebool by using a MachineConfig, and the way we found was using a MachineConfig with a systemd unit; this feature would make sebool management easier and more intuitive. |
We did a demo on exposing SELinux policies to kubernetes via an operator. While that won't be worked on this release, it could start making sense to bring in this functionality to that operator. With the work that's going on about letting the MCO do certain updates without requiring reboots, I'm thinking it would then be possible to just base the operator on top of MCO. |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/lifecycle frozen |
As for Kargs,FIPS and osImageURL, we would need a way to set selinux booleans through an MC (and maybe later on with a dedicated controller+CRD).
Acceptance criteria:
The text was updated successfully, but these errors were encountered: