Skip to content

Commit

Permalink
ntp_signd: move socket directory to var/lib not var/run for permissio…
Browse files Browse the repository at this point in the history
…ns change

With the next patch, this becomes a socket directory on which we must
maintain administrator-specified permissions we will need to move it
away from directories that wipe at boot.

This means the ntp.conf will need to change from (eg)

ntpsigndsocket /usr/local/samba/var/run/ntp_signd/

to

ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/

Andrew Bartlett

Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
  • Loading branch information
abartlet authored and obnoxxx committed Nov 12, 2012
1 parent e0ab14f commit 77bd7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynconfig/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ dynconfig = {
'DELAY': True,
},
'NTP_SIGND_SOCKET_DIR' : {
'STD-PATH': '${SOCKET_DIR}/ntp_signd',
'FHS-PATH': '${SOCKET_DIR}/ntp_signd',
'STD-PATH': '${PRIVILEGED_SOCKET_DIR}/ntp_signd',
'FHS-PATH': '${PRIVILEGED_SOCKET_DIR}/ntp_signd',
'DELAY': True,
},
'NCALRPCDIR' : {
Expand Down

0 comments on commit 77bd7ea

Please sign in to comment.