Skip to content

Commit 6e514f6

Browse files
committed
Don´t disable selinux
Signed-off-by: Fabio M. Di Nitto <[email protected]>
1 parent 43ba852 commit 6e514f6

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
@@ -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.
248243
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)