From a17469475973ca4e682753b6cfad7170577810fb Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Thu, 11 Jul 1996 13:56:08 +0000 Subject: Modified demo smb.conf to not have /tmp writeable by everyone by default. According to server-linux some people seem to be uncommenting the example [tmp] without thinking what it does :-) Dan (This used to be commit c290c229f9cef7f8bea0a77531ef7b3501323e9c) --- examples/simple/smb.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/simple/smb.conf b/examples/simple/smb.conf index cdf65b337f..786bf49057 100644 --- a/examples/simple/smb.conf +++ b/examples/simple/smb.conf @@ -80,11 +80,13 @@ writable = no create mode = 0700 -; you might also want this one +; you might also want this one, notice that it is read only so as not to give +; people without an account write access. +; ; [tmp] ; comment = Temporary file space ; path = /tmp -; read only = no +; read only = yes ; public = yes ; -- cgit