add support for privilege separation

Privileged helper that will perform adjtime(), settimeofday(), bind() on
behalf of chronyd when running as non-root user.
This commit is contained in:
Bryan Christianson
2015-11-20 23:43:19 +13:00
committed by Miroslav Lichvar
parent f21e5f6cc5
commit 139fc667aa
4 changed files with 550 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ typedef enum {
LOGF_Keys,
LOGF_Logging,
LOGF_Nameserv,
LOGF_PrivOps,
LOGF_Rtc,
LOGF_Regress,
LOGF_Sys,