constellation/image/base/mkosi.prepare

6 lines
145 B
Plaintext
Raw Normal View History

2023-09-11 09:51:42 -04:00
#!/usr/bin/env bash
set -euxo pipefail
# set selinux to permissive
sed -i 's/^SELINUX=.*/SELINUX=permissive/' "${BUILDROOT}/etc/selinux/config"