1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
From: Dominik Szmek <minikdo@riseup.net>
Date: Tue, 18 Mar 2025 08:06:28 +0100
Subject: Debian-specific modifications of the manual pages.
Last-Update:2010-05-11
===================================================================
---
man/pmount.1 | 11 +++++++++++
man/pumount.1 | 10 ++++++++++
2 files changed, 21 insertions(+)
diff --git a/man/pmount.1 b/man/pmount.1
index dcc02d5..be6d7b8 100644
--- a/man/pmount.1
+++ b/man/pmount.1
@@ -101,6 +101,17 @@ or
part.
+.B Important note for Debian:
+The permission to execute pmount is restricted to members of the system
+group
+.B plugdev\fR. Please add all "desktop" users who shall be able to use
+pmount to this group by executing
+
+.IP
+.B adduser \fIuser \fBplugdev
+.PP
+(as root).
+
.SH POLICY
The mount will succeed if all of the following conditions are met:
diff --git a/man/pumount.1 b/man/pumount.1
index ecf2783..e495591 100644
--- a/man/pumount.1
+++ b/man/pumount.1
@@ -45,6 +45,16 @@ or
part.
+.B Important note for Debian:
+The permission to execute pumount is restricted to members of the system
+group
+.B plugdev\fR. Please add all "desktop" users who shall be able to use
+pmount to this group by executing
+
+.IP
+.B adduser \fIuser \fBplugdev
+.PP
+(as root).
.SH OPTIONS
.TP
|