diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-06-24 19:44:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 19:44:18 +0300 |
commit | d946fb596f7ed010dce6685a499e0aebef00e451 (patch) | |
tree | fcf9d56b1f966f421e639c63b41c3edc3c657817 /test/TEST-06-SELINUX | |
parent | 6edefe0b064e57af108f56172b3dafa0be61e234 (diff) | |
parent | 7cad32bbdeed20ac0daf6049ab093db902f4a4e7 (diff) |
Merge pull request #3587 from martinpitt/master
Fix some test issues
Diffstat (limited to 'test/TEST-06-SELINUX')
-rwxr-xr-x | test/TEST-06-SELINUX/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-06-SELINUX/test.sh b/test/TEST-06-SELINUX/test.sh index 4f5895be66..1ae4a7c0d9 100755 --- a/test/TEST-06-SELINUX/test.sh +++ b/test/TEST-06-SELINUX/test.sh @@ -10,7 +10,7 @@ TEST_DESCRIPTION="SELinux tests" . $TEST_BASE_DIR/test-functions SETUP_SELINUX=yes -KERNEL_APPEND="$KERNEL_APPEND selinux=1" +KERNEL_APPEND="$KERNEL_APPEND selinux=1 security=selinux" check_result_qemu() { ret=1 |