From: Neil Brown Date: Fri, 16 Mar 2007 07:07:41 +0000 (+1100) Subject: Correctly handle "user" and "users" mount options. X-Git-Tag: nfs-utils-1-1-0-rc1~58 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=ae5ec51e0ddc99dc5552e51bd5c095084dbb61aa;hp=ae5ec51e0ddc99dc5552e51bd5c095084dbb61aa Correctly handle "user" and "users" mount options. If "user" or "users" is given, then allow mount.nfs to be run by a non-root user providing that the mountpoint, filesystem, and options exactly match what is found in fstab. For "user", record the user name in mtab so they can unmount the filesystem later. Also alwasys ignore auto, owner, group and their negations as well as "_netdev", "comment" and "loop". ---