mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
build-sys: move dev-setup to label.la
This commit is contained in:
parent
4d46fec56d
commit
88f642c00b
@ -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) \
|
||||
|
2
TODO
2
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()
|
||||
|
Loading…
Reference in New Issue
Block a user