Switch from --enforcing to --permissive

Right now we get: Unable to create appliance : SELinux relabel failed.

SELinux might not be yet working.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-01-18 23:18:52 +01:00
parent dda0231ec9
commit a1258a9573
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ network --bootproto dhcp --device=link --hostname=fedora-riscv
rootpw riscv
firewall --enabled --ssh
timezone --utc America/New_York
selinux --enforcing
selinux --permissive
services --enabled=sshd,NetworkManager,chronyd
bootloader --location=none --disabled