Put selinux in permissive mode by default via a runcmd in cloudconfig

Change-Id: I7db02a967de9a3e85876901163f7611196a9429f
Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-08-26 17:00:12 -07:00
parent 89df904c50
commit 99bd84e03b
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
runcmd:
- [ setenforce, 0 ]
user: ec2-user
cloud_config_modules:
@ -7,3 +10,4 @@ cloud_config_modules:
- timezone
- update_etc_hosts
- update_hostname
- runcmd