logo

overlay

My (experimental) gentoo overlay
commit: ca5680a61871c420d1d147e206f093636b055993
parent: e1e4e0272e39c606b7cadb54c00d511e9fca8d35
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  2 Oct 2016 12:32:23 +0200

eclass/fcaps: Fix SuperUser

Diffstat:

Meclass/fcaps.eclass4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/fcaps.eclass b/eclass/fcaps.eclass @@ -75,13 +75,13 @@ DEPEND="filecaps? ( sys-libs/libcap )" # # If the system is unable to set capabilities, it will use the specified user, # group, and mode (presumably to make the binary set*id). The defaults there -# are root:0 and 4711. Otherwise, the ownership and permissions will be +# are 0:0 and 4711. Otherwise, the ownership and permissions will be # unchanged. fcaps() { debug-print-function ${FUNCNAME} "$@" # Process the user options first. - local owner='root' + local owner='0' local group='0' local mode='4711' local caps_mode='711'