]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Put selinux in permissive mode by default via a runcmd in cloudconfig
authorSteven Dake <sdake@redhat.com>
Mon, 27 Aug 2012 00:00:12 +0000 (17:00 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 27 Aug 2012 00:04:44 +0000 (17:04 -0700)
Change-Id: I7db02a967de9a3e85876901163f7611196a9429f
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/cloudinit/config

index 2efbd19aba677ae9c3afe8ad54a8ea2c2cf9e72d..8b69ddf3f0e7876b6180fbd68d377842cc5830df 100644 (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