update ALLOWED_TYPES

This commit is contained in:
IgnorantGuru 2012-06-29 08:03:40 -06:00
parent 4e04cbbfba
commit b600df1e05

View File

@ -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();