mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 01:20:30 +08:00
Enabled Selinux, but made it permissive
This commit is contained in:
@@ -5,7 +5,7 @@ lang C
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --enablemd5
|
auth --useshadow --enablemd5
|
||||||
selinux --disabled
|
selinux --permissive
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
bootloader --timeout=1 --append="acpi=force"
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
network --bootproto=dhcp --device=eth0 --onboot=on
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
|||||||
Reference in New Issue
Block a user