]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-06-SELINUX/test-selinux-checks.sh
scripts: use 4 space indentation
[thirdparty/systemd.git] / test / TEST-06-SELINUX / test-selinux-checks.sh
CommitLineData
5c7290b1 1#!/bin/bash
5c7290b1
EV
2set -x
3set -e
4set -o pipefail
5
6echo 1 >/sys/fs/selinux/enforce
7runcon -t systemd_test_start_t systemctl start hola
8runcon -t systemd_test_reload_t systemctl reload hola
9runcon -t systemd_test_stop_t systemctl stop hola
10
11touch /testok