Displaying 2 results from an estimated 2 matches for "_selinux_labeling_and_policy".
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 "/var/lib/samba/ntp_signd(/.*)?"
restorecon -R -v /var/lib/samba/...
2020 Nov 03
0
ntp/chrony on AD DC and SELinux
On 11/3/20 10:02 AM, Matthias Leopold via samba wrote:
> 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 "/var/lib/samba/ntp_signd(/.*)?"
> res...