Skip to content

Commit

Permalink
Merge pull request #156 from juliandunn/fedora-selinux-permissive
Browse files Browse the repository at this point in the history
Don't disable selinux on Fedora; just make it Permissive.
  • Loading branch information
juliandunn committed Jan 14, 2014
2 parents 025c512 + 09134c8 commit 173173a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packer/http/fedora-18/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
selinux --permissive
timezone UTC
bootloader --location=mbr
text
Expand Down
2 changes: 1 addition & 1 deletion packer/http/fedora-19/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
selinux --permissive
timezone UTC
bootloader --location=mbr
text
Expand Down
2 changes: 1 addition & 1 deletion packer/http/fedora-20/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
selinux --permissive
timezone UTC
bootloader --location=mbr
text
Expand Down

0 comments on commit 173173a

Please sign in to comment.