-
Notifications
You must be signed in to change notification settings - Fork 59
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
Keep/Remove Python dependent package: policycoreutils-python #126
Comments
This currently isn't in Fedora CoreOS but the
To me the biggest one of those is |
@rhatdan We are trying to remove Python dependent packages from FCOS base system. Right now we have policycoreutils-python-utils included in host providing utilities like semanage . Will it be possible to run it inside container and manage selinux policy of host from container? If not do we have any other alternative option? |
I think you should be able to remove semanage from the system. semodule for loading selinux policy modules, and setsebool for setting booleans should be all that is needed, and those are written in C. |
what happens if someone needs to change file contexts ? |
They have chcon and restorecon for that. Issue would be if someone ran a restorecon on entire system. |
cool. thanks for the info @rhatdan |
In general, very difficult. I think writing something that manipulated the file contexts would be fairly simple. |
Discussed in the meeting this past wednesday: We agreed to ask dan walsh for feedback, which he has conveniently already provided :) |
Adding this for information: |
During FCOS community meeting, we agreed to experiment with initially not shipping policycoreutils-python-utils in the FCOS base system. |
FCOS community members are trying not to ship Python in base system. In ticket #92, we have identified list of Python dependent packages which are currently installed in FCOS.
This ticket is to investigate that do we really need
policycoreutils-python
in FCOS base system? If yes, how can we providepolicycoreutils-python
or equivalent functionalities without shipping Python.The text was updated successfully, but these errors were encountered: