From b600df1e05e7ba65b40100fb02bf888bcac330fd Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Fri, 29 Jun 2012 08:03:40 -0600 Subject: [PATCH] update ALLOWED_TYPES --- src/udevil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udevil.c b/src/udevil.c index 3ed64b7..0872e4b 100644 --- a/src/udevil.c +++ b/src/udevil.c @@ -58,7 +58,7 @@ #define ALLOWED_OPTIONS "nosuid,noexec,nodev,user=$USER,uid=$UID,gid=$GID" -#define ALLOWED_TYPES "$KNOWN_FILESYSTEMS,smbfs,nfs,ftpfs,curlftpfs,file" +#define ALLOWED_TYPES "$KNOWN_FILESYSTEMS,smbfs,cifs,nfs,ftpfs,curlftpfs,sshfs,file,tmpfs,ramfs" #define MAX_LOG_DAYS 60 // don't set this too high static int command_clean();