From 4bcb2c85022812c36e6008d5d51466b4b0e61d86 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 31 Aug 2006 01:53:45 +0200 Subject: [PATCH] Imported Debian patch 1.0.9-11 --- debian/changelog | 13 +++++++++++++ debian/control | 3 ++- utils/exportfs/exports.man | 7 +++++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0e9f46..9de7ec0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +nfs-utils (1:1.0.9-11) unstable; urgency=low + + * In the exports man page, document that there might be sensitive non-root + gids as well as uids, for instance gid staff. (Closes: #385377) + * Remove unnecessary dependency on sysvinit, in line with the Ubuntu + packages. + * Change the versioned build-dependency on librpcsecgss-dev (>= 0.14-2) + to a build-conflict on 0.14-1, as that is the only version, and it's + easier for backports and other distributions without the new version of + librpcsecgss. + + -- Steinar H. Gunderson Thu, 31 Aug 2006 01:53:45 +0200 + nfs-utils (1:1.0.9-10) unstable; urgency=low * The -n option (short option for --no-tcp) to rpc.mountd was set diff --git a/debian/control b/debian/control index b25ecd7..13dd965 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Priority: standard Section: net Maintainer: Anibal Monsalve Salazar Uploaders: Steinar H. Gunderson , Daniel Baumann -Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssapi-dev, librpcsecgss-dev (>= 0.14-2), perl, pkg-config +Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssapi-dev, librpcsecgss-dev, perl, pkg-config +Build-Conflicts: librpcsecgss-dev (= 0.14-1) Standards-Version: 3.7.2 Package: nfs-kernel-server diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index 1d10d04..4cddc79 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -395,8 +395,11 @@ Here's the complete list of mapping options: .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. -- 2.39.2