Samba version bump to 4.4.5 service.py fix

This commit is contained in:
Ergün Salman
2016-07-24 15:56:32 +03:00
committed by GitHub
parent 449ed91328
commit 8db773cee1
+1 -1
View File
@@ -10,6 +10,6 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
# needed by non-root sharing support.
os.system("/bin/mkdir /var/lib/samba/usershares")
os.system("/bin/chgrp users /var/lib/samba/usershares")
os.system("/bin/chmod 1770 /var/lib/samba/usershares")
os.system("/bin/chmod 1777 /var/lib/samba/usershares")
os.system("/bin/chmod 0750 /var/lib/samba/winbindd_privileged")