summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGarrett Holmstrom <gholms@eucalyptus.com>2013-09-25 13:34:59 -0400
committerScott Moser <smoser@ubuntu.com>2013-09-25 13:34:59 -0400
commit3bebad68b627595652eabc9e7222b69197180622 (patch)
treeb253f385365d30fc3868024b7a31a4bb2cd6bb98 /ChangeLog
parent35469c11703b1df66b3b14ad06b583d672f39ff5 (diff)
parent0b9e965096d0cfb20284c587262945c8599ea4a3 (diff)
downloadvyos-cloud-init-3bebad68b627595652eabc9e7222b69197180622.tar.gz
vyos-cloud-init-3bebad68b627595652eabc9e7222b69197180622.zip
Fix usage of libselinux-python when selinux is disabled.
When libselinux-python is installed, but selinux is disabled on the instance, calls to restorecon blow up. This fixes it by checking what is_selinux_enabled() returns first.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 366292d3..dc2b95ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@
- add OpenNebula Datasource [Vlastimil Holer]
- add 'cc_disk_setup' config module for paritioning disks and creating
filesystems. Useful if attached disks are not formatted (LP: #1218506)
+ - Fix usage of libselinux-python when selinux is disabled. [Garret Holmstrom]
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)