diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 19:29:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 19:29:37 +0000 |
commit | b33a18761ec0aca0dd24445c729342a1207cb414 (patch) | |
tree | 02dcbe0f9d9dd56db1cafe03928d3d8f4f628b00 /debian/usr.sbin.chronyd | |
parent | Adding debian version 4.5-1. (diff) | |
download | chrony-b33a18761ec0aca0dd24445c729342a1207cb414.tar.xz chrony-b33a18761ec0aca0dd24445c729342a1207cb414.zip |
Adding debian version 4.5-2.debian/4.5-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/usr.sbin.chronyd')
-rw-r--r-- | debian/usr.sbin.chronyd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/usr.sbin.chronyd b/debian/usr.sbin.chronyd index bc52d4f..33254ac 100644 --- a/debian/usr.sbin.chronyd +++ b/debian/usr.sbin.chronyd @@ -62,6 +62,8 @@ abi <abi/3.0>, @{run}/chrony.*.sock rw, # To sign replies to MS-SNTP clients by the smbd daemon /var/lib/samba/ntp_signd/socket rw, + # Default path of the socket to sync with ptp4l + @{run}/refclock.ptp.sock rw, # rtc /etc/adjtime r, @@ -71,8 +73,11 @@ abi <abi/3.0>, /dev/pps[0-9]* rw, /dev/ptp[0-9]* rw, - # Allow reading the chronyd configuration file that timemaster(8) generates - @{run}/timemaster/chrony.conf r, + # Allow reading the chronyd configuration file that timemaster(8) + # generates, along with any other config files and sockets. + @{run}/timemaster/* r, + # Allow read-write on the default socket path for coodination. + @{run}/timemaster/chrony.SOCK0 rw, # For use with clocks that report via shared memory (e.g. gpsd), # you may need to give ntpd access to all of shared memory, though |