]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-06-SELINUX/systemd_test.if
journal: refresh cached credentials of stdout streams
[thirdparty/systemd.git] / test / TEST-06-SELINUX / systemd_test.if
CommitLineData
5c7290b1
EV
1template(`systemd_test_base_template', `
2 gen_require(`
3 attribute systemd_test_domain_type;
4 ')
5
6 type $1_t, systemd_test_domain_type;
7 domain_type($1_t)
8')