diff options
author | 2008-03-02 20:07:55 +0000 | |
---|---|---|
committer | 2008-03-02 20:07:55 +0000 | |
commit | 71ae777ed0585c0a1c63ee8c7f53627693c30a23 (patch) | |
tree | b5ae7beb1928284a5704eb9439d8c000b370e4e3 /net-libs/c-client/c-client-2006k.ebuild | |
parent | prune some unused versions (diff) | |
download | historical-71ae777ed0585c0a1c63ee8c7f53627693c30a23.tar.gz historical-71ae777ed0585c0a1c63ee8c7f53627693c30a23.tar.bz2 historical-71ae777ed0585c0a1c63ee8c7f53627693c30a23.zip |
Group and world writable directories cause GrSec to deny exection on the package for security. That is too much permission anyway, so clean up perms better.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-libs/c-client/c-client-2006k.ebuild')
-rw-r--r-- | net-libs/c-client/c-client-2006k.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/c-client/c-client-2006k.ebuild b/net-libs/c-client/c-client-2006k.ebuild index 115047726f58..f11b75676ea9 100644 --- a/net-libs/c-client/c-client-2006k.ebuild +++ b/net-libs/c-client/c-client-2006k.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2006k.ebuild,v 1.1 2008/02/22 07:18:16 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2006k.ebuild,v 1.2 2008/03/02 20:07:55 robbat2 Exp $ inherit flag-o-matic eutils libtool @@ -31,7 +31,7 @@ src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w "${S}" + chmod -R u+rwX,go-w "${S}" # lots of things need -fPIC, including various platforms, and this library # generally should be built with it anyway. |