Skip to content
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

NO-JIRA: Revert "c9s: work around various SELinux issues" #1568

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,3 @@ mutate-os-release: "9"

packages:
- centos-stream-release

postprocess:
- |
#!/usr/bin/env bash
set -xeuo pipefail
cat > /tmp/scos-workarounds.cil << EOF
; https://issues.redhat.com/browse/RHEL-49735
(typeattributeset cil_gen_require afterburn_t)
(typepermissive afterburn_t)

; https://issues.redhat.com/browse/RHEL-38614
(typeattributeset cil_gen_require coreos_installer_t)
(typepermissive coreos_installer_t)

; https://issues.redhat.com/browse/RHEL-47033
(typeattributeset cil_gen_require systemd_network_generator_t)
(typepermissive systemd_network_generator_t)
EOF
/usr/sbin/semodule -i /tmp/scos-workarounds.cil
rm /tmp/scos-workarounds.cil