File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,6 @@ getent passwd %{anviluser} >/dev/null || useradd --create-home \
240240 --gid %{anvilgroup} --comment "Anvil! user account" %{anviluser}
241241
242242%post core
243- # TODO: Remove this!! This is only for use during development, all SELinux
244- # issues must be resolved before final release!
245- echo "WARNING: Setting SELinux to 'permissive' during development."
246- sed -i.anvil 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config
247- setenforce 0
248243# Enable and start the anvil-daemon
249244### TODO: check it if was disabled (if it existed before) and, if so, leave it disabled.
250245systemctl enable --now chronyd.service
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ network --hostname=#!variable!host_name!#
7474rootpw --plaintext #!variable!password!#
7575user --name=admin --password "#!variable!password!#" --plaintext --gecos "admin" --groups wheel
7676
77- # TEMPORARY: Set selinux to permissive
78- selinux --permissive
79-
8077# Partitioning plan is generated by the %pre script.
8178%include /tmp/plan_partitions.out
8279
You can’t perform that action at this time.
0 commit comments