Skip to content

Commit 2fed277

Browse files
committed
Don´t disable selinux
Signed-off-by: Fabio M. Di Nitto <[email protected]>
1 parent b7d073e commit 2fed277

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

anvil.spec.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
250245
systemctl enable --now chronyd.service

html/skins/alteeve/pxe.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ network --hostname=#!variable!host_name!#
7474
rootpw --plaintext #!variable!password!#
7575
user --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

0 commit comments

Comments
 (0)