diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-11-02 22:59:41 +0100 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-11-03 08:37:15 +0100 |
commit | 2b9ac11ed96f2823972a77fc7cb0c32981218429 (patch) | |
tree | dd6924bcb4d86f3cd3035d2ceeaf4c75197658e3 /Makefile.am | |
parent | cdc5d5c55e58ff9eeb6b2258c9fc3a416ee8b53f (diff) |
test: test DynamicUser= with a fixed user
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 34c2f60330..3226ea4549 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1626,6 +1626,8 @@ EXTRA_DIST += \ test/test-execute/exec-supplementarygroups-multiple-groups-default-group-user.service \ test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service \ test/test-execute/exec-supplementarygroups-multiple-groups-withuid.service \ + test/test-execute/exec-dynamicuser-fixeduser.service \ + test/test-execute/exec-dynamicuser-fixeduser-one-supplementarygroup.service \ test/test-execute/exec-ignoresigpipe-no.service \ test/test-execute/exec-ignoresigpipe-yes.service \ test/test-execute/exec-personality-x86-64.service \ |