search for: instesad

Displaying 2 results from an estimated 2 matches for "instesad".

Did you mean: instead
2020 Nov 03
3
ntp/chrony on AD DC and SELinux
Hi, the instructions for "Time Synchronisation - SELinux Labeling and Policy" on https://wiki.samba.org/index.php/Time_Synchronisation_-_SELinux_Labeling_and_Policy don't seem to work on CentOS 8. Using chrony I tried to adapt them (with very limited SELinux knowledge) like this: chcon -u system_u -t chronyd_exec_t /var/lib/samba/ntp_signd semanage fcontext -a -t chronyd_exec_t
2020 Nov 03
0
ntp/chrony on AD DC and SELinux
...;m seeing this in the logs: > "platform-python[1654]: SELinux is preventing chronyd from search access > on the directory ntp_signd." > Correspondingly I'm seeing ntpclient errors for this DC on a Windows > member. > > Thx for any advice > Matthias > > Instesad of changing the context of ntp_signd and probably have problems with Samba trying to create or write to it because it doesn't have the appropriate Samba context, Let chrony access the Samba labeled files with a SELinux module like: ====================== module local 1.0; require { ty...