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

@@ -53,6 +53,7 @@
#include <sys/types.h>
#include <sys/un.h>
#include <sys/shm.h>
#include <sys/wait.h>
#include <syslog.h>
#include <time.h>
#include <unistd.h>