From 88f642c00b1708c5e0203c1753a9ef91d1de5442 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 18 Apr 2012 16:13:37 +0200 Subject: [PATCH] build-sys: move dev-setup to label.la --- Makefile.am | 8 ++++---- TODO | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0285c8bee..a84cc1368 100644 --- a/Makefile.am +++ b/Makefile.am @@ -559,9 +559,7 @@ libsystemd_shared_la_SOURCES = \ src/shared/specifier.c \ src/shared/specifier.h \ src/shared/spawn-polkit-agent.c \ - src/shared/spawn-polkit-agent.h \ - src/shared/dev-setup.c \ - src/shared/dev-setup.h + src/shared/spawn-polkit-agent.h libsystemd_shared_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -602,7 +600,9 @@ libsystemd_label_la_SOURCES = \ src/shared/mkdir.c \ src/shared/mkdir.h \ src/shared/ask-password-api.c \ - src/shared/ask-password-api.h + src/shared/ask-password-api.h \ + src/shared/dev-setup.c \ + src/shared/dev-setup.h libsystemd_label_la_CFLAGS = \ $(AM_CFLAGS) \ diff --git a/TODO b/TODO index c85848de9..856d449b5 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,8 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. Features: +* nspawn wants dev_setup() for /dev/fd/ and friends? + * selinux: merge systemd selinux access controls (dwalsh) * cg_shorten_controllers() misuses alloca() -- 2.30.2