]> git.ipfire.org Git - thirdparty/chrony.git/commit
main: don't require root privileges with -Q option
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 12 Jul 2017 16:38:44 +0000 (18:38 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 13 Jul 2017 14:10:54 +0000 (16:10 +0200)
commit778fce4039e1763f9da367a97a53446d28810f1c
tree70813882b673394cf500aca43ce65251c84604de
parent9983185d6d20d0b051c273eb9b4ae2fe8ad3d7b4
main: don't require root privileges with -Q option

If the -Q option is specified, disable by default pidfile, ntpport,
cmdport, Unix domain command socket, and clock control, in order to
allow starting chronyd without root privileges and/or when another
chronyd instance is already running.
conf.c
conf.h
doc/chronyd.adoc
main.c
test/unit/clientlog.c
test/unit/keys.c
test/unit/ntp_core.c
test/unit/ntp_sources.c
test/unit/smooth.c
test/unit/sources.c