diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-06-05 22:41:46 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-06-05 23:30:01 +0200 |
commit | d5ab23aa54229e9e89427e7d20883bd8c93fd976 (patch) | |
tree | 142f994121cce979455053ac5b7947270490360e /test/TEST-06-SELINUX | |
parent | test: load the SELinux module outside of the VM (diff) | |
download | systemd-d5ab23aa54229e9e89427e7d20883bd8c93fd976.tar.xz systemd-d5ab23aa54229e9e89427e7d20883bd8c93fd976.zip |
test: a couple of assorted cleanups
- sort binaries
- send stdout/stderr of the autorelabel service to console as well
Diffstat (limited to 'test/TEST-06-SELINUX')
-rwxr-xr-x | test/TEST-06-SELINUX/test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TEST-06-SELINUX/test.sh b/test/TEST-06-SELINUX/test.sh index 85be3bed9b..340c74ef16 100755 --- a/test/TEST-06-SELINUX/test.sh +++ b/test/TEST-06-SELINUX/test.sh @@ -43,9 +43,8 @@ test_append_files() { mkdir "$workspace/systemd-test-module" cp -v systemd_test.* "$workspace/systemd-test-module/" + image_install checkmodule load_policy m4 make sefcontext_compile semodule semodule_package runcon image_install -o sesearch - image_install runcon - image_install checkmodule semodule semodule_package m4 make load_policy sefcontext_compile image_install -o /usr/libexec/selinux/hll/pp # Fedora/RHEL/... image_install -o /usr/lib/selinux/hll/pp # Debian/Ubuntu/... |