portage/stages: apply -filecaps globally

This commit is contained in:
Ben Kohler 2018-09-25 11:17:02 -05:00
parent 863d63d325
commit e3eb201b5e
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7
3 changed files with 7 additions and 4 deletions

View file

@ -1,2 +0,0 @@
# Disable caps and filecaps or ping on the stage will only work for root
net-misc/iputils -caps -filecaps

View file

@ -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

View file

@ -1,2 +0,0 @@
# Disable filecaps or we get a circular dep between sys-libs/pam and sys-libs/filecaps
sys-libs/pam -filecaps