summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-09 15:48:51 +0200
committerJim Meyering <meyering@redhat.com>2007-10-09 15:49:00 +0200
commit3e53920470cf343c8c1db9a944af5ed0e137c54d (patch)
treea57424012a82a5609fbe710f70ecb7abb85a1aee /ChangeLog
parent4597f40b7fa6f93ec798a6f0143b51c1e555a837 (diff)
downloadcoreutils-3e53920470cf343c8c1db9a944af5ed0e137c54d.tar.xz
Make the runcon-no-reorder test slightly more general.
* tests/misc/runcon-no-reorder: Don't hard-code "unconstrained_t". Use slightly more general "runcon $(id -Z)". Suggestion from Stephen Smalley.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 792be8312..bb5ece986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-09 Jim Meyering <meyering@redhat.com>
+ Make the runcon-no-reorder test slightly more general.
+ * tests/misc/runcon-no-reorder: Don't hard-code "unconstrained_t".
+ Use slightly more general "runcon $(id -Z)".
+ Suggestion from Stephen Smalley.
+
Skip the chcon test on a system with no SELinux support.
* tests/test-lib.sh (require_selinux_): New function.
* tests/misc/chcon: Use it.