Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758910AbYAHPbW (ORCPT ); Tue, 8 Jan 2008 10:31:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750844AbYAHPbK (ORCPT ); Tue, 8 Jan 2008 10:31:10 -0500 Received: from smtp.gentoo.org ([140.211.166.183]:53629 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751445AbYAHPbI (ORCPT ); Tue, 8 Jan 2008 10:31:08 -0500 From: Mike Frysinger Organization: wh0rd.org To: Miklos Szeredi Subject: Re: util-linux-ng: unprivileged mounts support Date: Tue, 8 Jan 2008 10:31:04 -0500 User-Agent: KMail/1.9.7 Cc: util-linux-ng@vger.kernel.org, akpm@linux-foundation.org, hch@infradead.org, serue@us.ibm.com, viro@ftp.linux.org.uk, ebiederm@xmission.com, kzak@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, containers@lists.osdl.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1646180.jnDCrdTZE9"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200801081031.06826.vapier@gentoo.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2075 Lines: 53 --nextPart1646180.jnDCrdTZE9 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 08 January 2008, Miklos Szeredi wrote: > --- util-linux-ng.orig/configure.ac 2008-01-07 21:40:22.000000000 +0100 > +++ util-linux-ng/configure.ac 2008-01-07 21:40:50.000000000 +0100 > @@ -91,6 +92,11 @@ fi > UTIL_CHECK_LIB(util, openpty) > UTIL_CHECK_LIB(termcap, tgetnum) > > +UTIL_CHECK_LIB(cap, cap_get_proc) > +if test $have_cap =3D no; then > + AC_MSG_ERROR([libcap is required for mount]); > +fi this should be optional and it should be controlled with an AC_ARG_WITH() with all the non-linux changes that have gone in, does there need to be hea= der=20 checks here and then have mount.c key off of them ? i'm thinking so ... =2Dmike --nextPart1646180.jnDCrdTZE9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (GNU/Linux) iQIcBAABAgAGBQJHg5c6AAoJEEFjO5/oN/WB9ggP/1qUuUNMJr3fP4KxRDqijtCK bOu4qa0/IXfLu2+Mqlc2vTf9iTq+rRGdNxN+LZIhv/n1BWGuy2PndwMPjiBiTghb I5VlS+/QlwN9WfE2TOxK0bwrjZBQm8k9hOjJVxsdttjibyJOTQr2uAnUScSdF2+9 o9wSihgPy/AHOolUpIYJzF1xKK0cb3KW8Nve/ZJ6o0bxY41oCmJ+EAUI+CLyUUH/ OjiLEJ9JqdirBPWyQsE24ZjnQR5vzRdDRavjRVVreHYBFcp6BOxAr7beVN+4vyXD LSlO5WFRVFbOW+WdApPhA34H+a1hJuO6JrlbHYSYq0A9d/OO79a2islQE7BuKklz eZlOzGymp9AYPFKxmnecyqBllKpctQHAQ3lslHziuU0ova9HIOI7cpdPb3ISooGb 3mInMLou+DIMNoo9X83Qmm4fOgaIw0KbH2/TrbFKVDoNE/9B586tzL0BTyF45qk4 EAwKJP4G3cc2JdAHNUqX/RTqoC8v0jf2/j2hJeO8XfWXL0i8RPhIx7qbtgmgE0Pj gSi1x4R0y/QLH0HKPEFt3GZ4HGzUkIoq/0MUBBTSHvKweF3bh+/rXpuYE7am/RQQ xAOm7iHC5C9DIWqtF9V8ps1AXr/e6Ir6jq9Dvv57ZUT0MmBeELH9fWciSggKqVav xMgDfZ86PHZem33awA6a =YgCz -----END PGP SIGNATURE----- --nextPart1646180.jnDCrdTZE9-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/