[Pkg-samba-maint] r1399 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Tue May 22 21:08:49 UTC 2007
Author: bubulle
Date: 2007-05-22 21:08:49 +0000 (Tue, 22 May 2007)
New Revision: 1399
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/smb.conf
Log:
Change the default file permission in [HOMES] from 0700 to 0600
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-05-22 21:06:56 UTC (rev 1398)
+++ trunk/samba/debian/changelog 2007-05-22 21:08:49 UTC (rev 1399)
@@ -6,6 +6,7 @@
Closes: #424637
* Merge Ubuntu changes:
- use of PIDDIR instead of hardcoding it in samba.init and winbind.init
+ - The default files permissions in [homes] is 0600 and not 0700
-- Christian Perrier <bubulle at debian.org> Sat, 19 May 2007 09:00:56 +0200
Modified: trunk/samba/debian/smb.conf
===================================================================
--- trunk/samba/debian/smb.conf 2007-05-22 21:06:56 UTC (rev 1398)
+++ trunk/samba/debian/smb.conf 2007-05-22 21:08:49 UTC (rev 1399)
@@ -226,7 +226,7 @@
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
- create mask = 0700
+ create mask = 0600
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
More information about the Pkg-samba-maint
mailing list