]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/04-document-sensitive-uids.patch
Merge branch 'upstream'
[nfs-utils.git] / debian / patches / 04-document-sensitive-uids.patch
1 Index: nfs-utils-1.0.10/utils/exportfs/exports.man
2 ===================================================================
3 --- nfs-utils-1.0.10.orig/utils/exportfs/exports.man
4 +++ nfs-utils-1.0.10/utils/exportfs/exports.man
5 @@ -405,8 +405,11 @@ Here's the complete list of mapping opti
6  .TP
7  .IR root_squash
8  Map requests from uid/gid 0 to the anonymous uid/gid. Note that this does
9 -not apply to any other uids that might be equally sensitive, such as user
10 -.IR bin .
11 +not apply to any other uids or gids that might be equally sensitive, such as
12 +user
13 +.IR bin 
14 +or group
15 +.IR staff .
16  .TP
17  .IR no_root_squash
18  Turn off root squashing. This option is mainly useful for diskless clients.