diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2017-02-16 19:28:17 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2017-02-16 19:28:17 +0000 |
commit | 77153e3f1bd7ef39b9cce06af197341a9315c030 (patch) | |
tree | ad3fc580832311bf3e91346ae5a045d55373de4d | |
parent | 870a76f7ba95ae086ab333d91d4f05fd1bcae376 (diff) |
build-sys: add exec-privatedevices-[yes|no]-capability-sys-rawio to TEST_DATA_FILES
This is a follow-up for 625d8769fa6394a30
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a70ebe6a12..c1f070fd17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1736,6 +1736,8 @@ TEST_DATA_FILES += \ test/test-execute/exec-restrict-namespaces-mnt.service \ test/test-execute/exec-restrict-namespaces-mnt-blacklist.service \ test/test-execute/exec-read-only-path-succeed.service \ + test/test-execute/exec-privatedevices-yes-capability-sys-rawio.service \ + test/test-execute/exec-privatedevices-no-capability-sys-rawio.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |