]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/patches/04-document-sensitive-uids.patch
Imported Debian patch 1.0.10-6~quilt.0
[nfs-utils.git] / debian / patches / 04-document-sensitive-uids.patch
diff --git a/debian/patches/04-document-sensitive-uids.patch b/debian/patches/04-document-sensitive-uids.patch
new file mode 100644 (file)
index 0000000..3ce7daf
--- /dev/null
@@ -0,0 +1,18 @@
+Index: nfs-utils-1.0.10/utils/exportfs/exports.man
+===================================================================
+--- nfs-utils-1.0.10.orig/utils/exportfs/exports.man
++++ nfs-utils-1.0.10/utils/exportfs/exports.man
+@@ -405,8 +405,11 @@ Here's the complete list of mapping opti
+ .TP
+ .IR root_squash
+ Map requests from uid/gid 0 to the anonymous uid/gid. Note that this does
+-not apply to any other uids that might be equally sensitive, such as user
+-.IR bin .
++not apply to any other uids or gids that might be equally sensitive, such as
++user
++.IR bin 
++or group
++.IR staff .
+ .TP
+ .IR no_root_squash
+ Turn off root squashing. This option is mainly useful for diskless clients.