-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
Description of problem:
We have to take care of ELinux Permissions manually- This sould be done with installing installing/enabling the ComputeResource "Kubevirt/CNV"
Following steps should be integrated in installing/enabling the KubeVirt Plugin:
Search the Audit Log Files for the Group ID “foreman” and generate a Module Package.
You can also write that module yourself - but this method is just easy and unstructured
- ausearch -gi foreman --raw | audit2allow -M myforeman
Install the Module:
- semodule -i myforeman.pp
Version-Release number of selected component (if applicable):
Satellite Version 6.13.1 / 6.13.2 || Openshift-V Operator Version 6.12.4
How reproducible:
Enable hte KubeVirt Plugin in Satellite and try connect to Satellite - you will fail becausse of missing SELinux Permissions.
Actual results:
You cannot connect to an Openshift Virtualization Env.
Expected results:
You should connect to an Openshift Virtualization Env. out-of-the-box.