-
Notifications
You must be signed in to change notification settings - Fork 106
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
Is this operator capable of setting sebools? #89
Comments
Thank you for the report and sorry for the delay in response. This is a valid issue. Currently the |
So I was confused for a moment. Looking more into the sources of the tuned daemon's [selinux] plugin, it has nothing to do with actually setting SELinux booleans. It only tunes the values in |
Thanks @jmencak . For others interested in this, it looks like the plan is to handle it here: openshift/machine-config-operator#852 and looks to be blocked by ostreedev/ostree#1026 |
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 |
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 |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I have a workload that requires enabling
container_manage_cgroup
which traditionally I would do by logging onto the system and runningsetsebool container_manage_cgroup 1
. I was hoping to be able to do this with this operator as well as I see it's capable of interacting with selinux. However my attempts so far have been unsuccessful. I've tried adding the following to thetuned-profiles
configmap:I've also tried setting
container_manage_cgroup
totrue
andyes
just to try all the options, but still didn't have any luck. Is this possible through this operator? Is there a seperate/better way of handling this? Or is there anything that I need to do after modifying so that this gets put in place?The text was updated successfully, but these errors were encountered: