diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-12-11 17:59:10 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-12-11 18:32:57 +0100 |
commit | 27c5347c8c38bafedb1b48a5d8587d13eadcb90b (patch) | |
tree | be8d9043b6c712b0920d5f76afe5466716481694 /Makefile.am | |
parent | 14b0295f916a7ce5262b0b5b8a3418ce474b9c69 (diff) |
test-execute: add tests for UMask directive
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 9255fcf225..15e4484dd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1443,6 +1443,8 @@ EXTRA_DIST += \ test/exec-systemcallfilter-not-failing.service \ test/exec-user.service \ test/exec-workingdirectory.service \ + test/exec-umask-0177.service \ + test/exec-umask-default.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |