From: Evgeny Vereshchagin Date: Thu, 16 Feb 2017 19:28:17 +0000 (+0000) Subject: build-sys: add exec-privatedevices-[yes|no]-capability-sys-rawio to TEST_DATA_FILES X-Git-Tag: v233~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77153e3f1bd7ef39b9cce06af197341a9315c030;p=thirdparty%2Fsystemd.git build-sys: add exec-privatedevices-[yes|no]-capability-sys-rawio to TEST_DATA_FILES This is a follow-up for 625d8769fa6394a30 --- diff --git a/Makefile.am b/Makefile.am index a70ebe6a12a..c1f070fd172 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 \