From 8db773cee12b9439831b0a09f023409db27a85e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Sun, 24 Jul 2016 15:56:32 +0300 Subject: [PATCH] Samba version bump to 4.4.5 service.py fix --- server/samba/comar/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/samba/comar/package.py b/server/samba/comar/package.py index 1fc9601751..5cfd01a964 100644 --- a/server/samba/comar/package.py +++ b/server/samba/comar/package.py @@ -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")