Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 838943

Summary: sys-apps/portage FEATURES=network-sandbox should mount a new instance of sysfs at /sys
Product: Portage Development Reporter: Mike Gilbert <floppym>
Component: CoreAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 838928    

Description Mike Gilbert gentoo-dev 2022-04-17 14:55:57 UTC
Network interface attributes are exposed via /sys/class/net.

When a new network namespace is created, existing sysfs mounts are not updated to reflect the new set of network interfaces. Only new sysfs mounts will contain the correct interface list and their attributes.

Therefore, when FEATURES="network-namespace", Portage should mount a new sysfs instance at /sys.