diff options
Diffstat (limited to 'repo/samba/winbind.post-upgrade')
-rw-r--r-- | repo/samba/winbind.post-upgrade | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repo/samba/winbind.post-upgrade b/repo/samba/winbind.post-upgrade new file mode 100644 index 0000000..59abe0f --- /dev/null +++ b/repo/samba/winbind.post-upgrade @@ -0,0 +1,6 @@ +#!/bin/sh + +chgrp winbind /var/cache/samba/winbindd_privileged +chmod 750 /var/cache/samba/winbindd_privileged +exit 0 + |