diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 19:30:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-25 19:30:29 +0000 |
commit | 89c8217d56a8e133c3441cb87f3e3e3ed34e1fd6 (patch) | |
tree | 2881e330ad0b431080d7deb3b4af7da623481c7a /debian/usr.sbin.chronyd | |
parent | Releasing progress-linux version 4.5-1~progress7.99u1. (diff) | |
download | chrony-89c8217d56a8e133c3441cb87f3e3e3ed34e1fd6.tar.xz chrony-89c8217d56a8e133c3441cb87f3e3e3ed34e1fd6.zip |
Merging debian version 4.5-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |