From 835552511ef5edec94b567441251ada2a37ea333 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Nov 2016 20:19:08 +0100 Subject: core: hook up MountFlags= to the transient unit logic This makes "systemd-run -p MountFlags=shared -t /bin/sh" work, by making MountFlags= to the list of properties that may be accessed transiently. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3bd8c29dd3..8f7b83f0ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1512,6 +1512,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-mount-util \ test-cpu-set-util \ test-hexdecoct \ test-escape \ @@ -1890,6 +1891,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libsystemd-shared.la +test_mount_util_SOURCES = \ + src/test/test-mount-util.c + +test_mount_util_LDADD = \ + libsystemd-shared.la + test_hexdecoct_SOURCES = \ src/test/test-hexdecoct.c -- cgit v1.2.3-54-g00ecf