diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-18 16:11:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-18 16:11:53 +0000 |
commit | 88532cb6e4fa30723663fd5c5a32cd9e36fe5f18 (patch) | |
tree | 7906ea60cb2e237ff6a909bb01f0926710458c47 | |
parent | clarify USE=filecaps intention #540430 (diff) | |
download | historical-88532cb6e4fa30723663fd5c5a32cd9e36fe5f18.tar.gz historical-88532cb6e4fa30723663fd5c5a32cd9e36fe5f18.tar.bz2 historical-88532cb6e4fa30723663fd5c5a32cd9e36fe5f18.zip |
clarify USE=filecaps intention #540430
-rw-r--r-- | eclass/fcaps.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass index cbce6b7db7d0..8595caa9235e 100644 --- a/eclass/fcaps.eclass +++ b/eclass/fcaps.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.10 2014/07/31 10:21:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fcaps.eclass,v 1.11 2015/02/18 16:11:53 vapier Exp $ # @ECLASS: fcaps.eclass # @MAINTAINER: @@ -9,6 +9,8 @@ # @BLURB: function to set POSIX file-based capabilities # @DESCRIPTION: # This eclass provides a function to set file-based capabilities on binaries. +# This is not the same as USE=caps which controls runtime capability changes, +# often via packages like libcap. # # Due to probable capability-loss on moving or copying, this happens in # pkg_postinst-phase (at least for now). |