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 \
238
238
--gid %{anvilgroup} --comment "Anvil! user account" %{anviluser}
239
239
240
240
%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
246
241
# Enable and start the anvil-daemon
247
242
### TODO: check it if was disabled (if it existed before) and, if so, leave it disabled.
248
243
systemctl enable --now chronyd.service
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ network --hostname=#!variable!host_name!#
74
74
rootpw --plaintext #!variable!password!#
75
75
user --name=admin --password "#!variable!password!#" --plaintext --gecos "admin" --groups wheel
76
76
77
- # TEMPORARY: Set selinux to permissive
78
- selinux --permissive
79
-
80
77
# Partitioning plan is generated by the %pre script.
81
78
%include /tmp/plan_partitions.out
82
79
You can’t perform that action at this time.
0 commit comments