Enable SELinux

Let's see if SELinux labeling works now.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-10-02 20:41:18 +03:00
parent cf6f7285c6
commit 5711f1e160
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ network --bootproto dhcp --device=link --hostname=fedora-riscv
rootpw --plaintext fedora_riscv
firewall --enabled --ssh
timezone --utc America/New_York
selinux --disabled
selinux --enabled
services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors
# Fedora 31