diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-09-25 19:50:25 +0200 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-09-27 09:24:46 +0200 |
commit | cdfbd1fb26eb75fe6beca47dce7e5e348b077d97 (patch) | |
tree | ad3ca0d54fbca6fad4d58ee47d0d69b972849466 /Makefile.am | |
parent | f78b36f016b5f3e6ce1dfbdfcb78ba227ff8ccac (diff) |
test: make sure that {readonly|inaccessible|readwrite}paths disconnect mount propagation
Better safe.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0417a0511f..9185bae7b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1644,6 +1644,9 @@ EXTRA_DIST += \ test/test-execute/exec-privatetmp-no.service \ test/test-execute/exec-privatetmp-yes.service \ test/test-execute/exec-readonlypaths.service \ + test/test-execute/exec-readonlypaths-mount-propagation.service \ + test/test-execute/exec-readwritepaths-mount-propagation.service \ + test/test-execute/exec-inaccessiblepaths-mount-propagation.service \ test/test-execute/exec-spec-interpolation.service \ test/test-execute/exec-systemcallerrornumber.service \ test/test-execute/exec-systemcallfilter-failing2.service \ |