config/OsecFS.cfg
changeset 0 e840b60f3ea3
child 1 1f61fe50ab10
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/OsecFS.cfg	Tue Oct 29 15:13:44 2013 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +[Main]
     1.5 +# make sure this file is writeable
     1.6 +Logfile: /var/log/fuse_test.log
     1.7 +
     1.8 +# the place that the user will see (you can't access virusfiles here)
     1.9 +Mountpoint: /tmp/virtual_fuse
    1.10 +
    1.11 +# where the files really are on the filesystem 
    1.12 +Rootpath: /tmp/root_fuse
    1.13 \ No newline at end of file