r/samba-dc: Remove winbindd restorecon workaround
This work-around is no longer necessary as the default Fedora policy now covers the Samba DC daemon. It never really worked correctly, anyway, because Samba doesn't start `winbindd` fast enough for the `/run/samba/winbindd` directory to be created before systemd spawns the `restorecon` process, so it would usually fail to start the service the first time after a reboot.
This commit is contained in:
@@ -74,14 +74,6 @@
|
||||
path=/etc/systemd/system/samba.service.d
|
||||
mode=0755
|
||||
state=directory
|
||||
- name: ensure samba4/winbind selinux work-around is in place
|
||||
copy:
|
||||
src=relabel-winbindd.conf
|
||||
dest=/etc/systemd/system/samba.service.d/relabel-winbindd.conf
|
||||
mode=0644
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart samba
|
||||
|
||||
- name: ensure samba starts at boot
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user