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 @@ -238,11 +238,6 @@ getent passwd %{anviluser} >/dev/null || useradd --create-home \
238238 --gid %{anvilgroup} --comment "Anvil! user account" %{anviluser}
239239
240240%post core
241- # TODO: Remove this!! This is only for use during development, all SELinux
242- # issues must be resolved before final release!
243- echo "WARNING: Setting SELinux to 'permissive' during development."
244- sed -i.anvil 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config
245- setenforce 0
246241# Enable and start the anvil-daemon
247242### TODO: check it if was disabled (if it existed before) and, if so, leave it disabled.
248243systemctl 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