#
# This file defines who is able to mount new file systems
#

# The common system administrator names that are allow to mount/unmount anything
root|admin|adm = (mount|unmount):.*

# All other real users to mount/unmount other REMOTE file systems 
.* = (mount|unmount):(ram:.*|ftp:.*|webdav:.*|webdavs:.*|ftps:.*|sftp:.*)

# User defined rules start here
