diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-17 20:33:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-18 20:52:49 +0900 |
commit | a349eb10d3c3a31cd47198cbf08e4f0dfaffef1d (patch) | |
tree | 8a3c4b4339d9cd99c7463c0d7fb2666e0f231066 /Makefile.am | |
parent | 2bcc2523711e69e6daa744641e56ed8b78646676 (diff) |
timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still with CAP_SYS_TIME)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f6c195b263..6e0a59d31f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4066,6 +4066,7 @@ systemd_timesyncd_LDADD = \ libsystemd-shared.la \ libsystemd-resolve.la \ libsystemd-network.la \ + libsystemd-capability.la \ -lm rootlibexec_PROGRAMS += \ |