*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 04c3fc41 authored by entlein's avatar entlein
Browse files

stragne python package mismatch now?

parent 4c951850
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -6,13 +6,13 @@
#ausearch -c 'tail' --raw | audit2allow -M my-tail
#semodule -i my-tail.pp
- name: install SELinux debug RHEL packages
dnf:
name:
- setroubleshoot
- python3-libselinux
- policycoreutils-python-utils
state: present
# - name: install SELinux debug RHEL packages
# dnf:
# name:
# - setroubleshoot
# - python3-libselinux
# - policycoreutils-python-utils
# state: present
#Additional Information:
#Source Context system_u:system_r:container_t:s0:c148,c270
......@@ -46,13 +46,13 @@
##============= container_t ==============
#allow container_t cert_t:dir read;
- name: uninstall SELinux debug RHEL packages
dnf:
name:
- setroubleshoot
- python3-libselinux
- policycoreutils-python-utils
state: absent
# - name: uninstall SELinux debug RHEL packages
# dnf:
# name:
# - setroubleshoot
# - python3-libselinux
# - policycoreutils-python-utils
# state: absent
#rancher 40814 0.1 0.3 751524 58892 ? Ssl 05:02 0:16 /bin/openstack-cloud-controller-manager --v=2 --cloud-config=/etc/config/cloud.conf --cluster-name=kubernetes --cloud-provider=openstack --use-service-account-credentials=true --controllers=cloud-node,cloud-node-lifecycle,route,service --bind-address=127.0.0.1 --cluster-name=rke2-cluster-beta
#- name: wait for openstack-cloud-controller to have booted (very indirect and stupid method)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment