aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_fusefs/mount_fusefs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_fusefs/mount_fusefs.8')
-rw-r--r--sbin/mount_fusefs/mount_fusefs.810
1 files changed, 4 insertions, 6 deletions
diff --git a/sbin/mount_fusefs/mount_fusefs.8 b/sbin/mount_fusefs/mount_fusefs.8
index 9740d0ed59ff..44f7e029dec6 100644
--- a/sbin/mount_fusefs/mount_fusefs.8
+++ b/sbin/mount_fusefs/mount_fusefs.8
@@ -32,8 +32,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd October 9, 2021
.Dt MOUNT_FUSEFS 8
.Os
@@ -110,7 +108,7 @@ Prohibit the
.Cm allow_other
mount flag.
Intended for use in scripts and the
-.Xr sudoers 5
+.Xr sudoers 5 Pq Pa ports/security/sudo
file.
.It Fl S , Ic --safe
Run in safe mode (i.e., reject invoking a filesystem daemon).
@@ -253,7 +251,7 @@ beyond the
.Va vfs.usermount
sysctl).
The primary tool for such purposes is
-.Xr sudo 8 .
+.Xr sudo 8 Pq Pa ports/security/sudo .
However, given that
.Nm
is capable of invoking an arbitrary program, one must be careful when doing this.
@@ -275,7 +273,7 @@ ignores the environment variable
and always behaves as described.
.Pp
In general, to be as scripting /
-.Xr sudoers 5
+.Xr sudoers 5 Pq Pa ports/security/sudo
friendly as possible, no information has a fixed
position in the command line, but once a given piece of information is
provided, subsequent arguments/options cannot override it (with the
@@ -355,7 +353,7 @@ does not call any external utility and also provides a hacky
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr mount 8 ,
-.Xr sudo 8 ,
+.Xr sudo 8 Pq Pa ports/security/sudo ,
.Xr umount 8
.Sh HISTORY
.Nm