From 791328f487585642cfe673c3aaea647067b2869c Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sat, 24 Nov 2012 04:21:24 -0700 Subject: [PATCH] default udevil.conf add file to allowed_types --- ChangeLog | 5 ++++- etc/udevil.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 958300a..17bcf4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 0.3.4+ - + ftpfs limit attempts on none #14 + handle mount point trailing space #12 + update russian translation + default udevil.conf add file to allowed_types 0.3.4 2012-10-21: btrfs moint point detection workaround - spacefm issue 165 adjustment for build on debian squeeze diff --git a/etc/udevil.conf b/etc/udevil.conf index 1faab70..e7ee827 100644 --- a/etc/udevil.conf +++ b/etc/udevil.conf @@ -42,7 +42,7 @@ log_keep_days = 10 # Setting allowed_types = * does NOT allow all types, as this is a security # risk, but does allow all recognized types. # allowed_types = $KNOWN_FILESYSTEMS, file, cifs, smbfs, nfs, curlftpfs, ftpfs, sshfs, tmpfs, ramfs -allowed_types = $KNOWN_FILESYSTEMS +allowed_types = $KNOWN_FILESYSTEMS, file # allowed_users is a list of users permitted to mount and unmount with udevil.