Author: vferey
Date: Thu Jan 28 17:15:31 2010
New Revision: 8422

URL: http://svn.slimdevices.com/jive?rev=8422&view=rev
Log:
export the /var/log directory as a read-only folder. This should enable the 
user to monitor the logs including samba logs.

Modified:
    7.5/trunk/squeezeos/poky/meta-squeezeos/packages/samba/files/samba

Modified: 7.5/trunk/squeezeos/poky/meta-squeezeos/packages/samba/files/samba
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeos/poky/meta-squeezeos/packages/samba/files/samba?rev=8422&r1=8421&r2=8422&view=diff
==============================================================================
--- 7.5/trunk/squeezeos/poky/meta-squeezeos/packages/samba/files/samba 
(original)
+++ 7.5/trunk/squeezeos/poky/meta-squeezeos/packages/samba/files/samba Thu Jan 
28 17:15:31 2010
@@ -48,6 +48,17 @@
                valid users = root
        " >> $DESTCONFIG
        done
+
+       ## Add /var/log to the list of the shared folders. This should ebable 
the user to look at the log files.
+       ## The content of the directory will be read-only, for we do not want 
anyone to change the files under log directory.   
+       echo "
+       [logs]
+               comment = logs
+               path = /var/log
+               public = no
+               writable = no
+               valid users = root
+       " >> $DESTCONFIG
 }
 
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to