portage/stages: apply -filecaps globally
This commit is contained in:
parent
863d63d325
commit
e3eb201b5e
3 changed files with 7 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
# Disable caps and filecaps or ping on the stage will only work for root
|
||||
net-misc/iputils -caps -filecaps
|
|
@ -0,0 +1,7 @@
|
|||
# For stage building, we cannot be sure the final unpack destination will have
|
||||
# xattr/fcaps support. To be safe, we build stages without filecaps, but allow
|
||||
# filecaps to be turned back on @ next full world upgrade. The ebuilds using
|
||||
# fcaps eclass will have more logic to safely fall back in case of missing
|
||||
# support.
|
||||
|
||||
*/* -filecaps
|
|
@ -1,2 +0,0 @@
|
|||
# Disable filecaps or we get a circular dep between sys-libs/pam and sys-libs/filecaps
|
||||
sys-libs/pam -filecaps
|
Loading…
Add table
Reference in a new issue