diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-24 19:41:10 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-24 19:41:10 -0400 |
commit | 4b8397a510c4ff6f903e98bef50d350410f41451 (patch) | |
tree | 8fe4f85db0c1b77c9ed2bc05314bfd89605cdcfa /ChangeLog | |
parent | 986ee27cff1de8afdcbe72f464afef573790d373 (diff) | |
download | vyos-cloud-init-4b8397a510c4ff6f903e98bef50d350410f41451.tar.gz vyos-cloud-init-4b8397a510c4ff6f903e98bef50d350410f41451.zip |
SeLinuxGuard: remove invalid check for sanity around restorecon, fix test
previous commit occurred because the selinux test was failing
in a schroot where there was no /etc/hosts.
Now, fix that test more correctly, and fix some bad assumptions in
the SeLinuxGuard.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ [Dimitri John Ledkov] - change trunk debian packaging to use pybuild and drop cdbs. [Dimitri John Ledkov] + - SeLinuxGuard: remove invalid check that looked for stat.st_mode in os.lstat. 0.7.5: - open 0.7.5 - Add a debug log message around import failures |