-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Spun off from #1726, it would be nice to not require /proc inside containers. Current blockers:
- capabilities loading, but with capability: Deprecate NewPid and NewFile for NewPid2 and NewFile2 syndtr/gocapability#14 landed I'll be able to fix that (filed as libcontainer: Use gocapability's NewPid2 #1735).
- closing extra file descriptors, but we can handle that before leaving the host mount namespace.
- opening the
start-signal FIFO, but we can inherit a socket through from outside withough reopening.
Do we need /proc for anything else? @cyphar seems to imply we do (or I'm reading him wrong). This is definitely an edge case, but I'd like to get it working.
Metadata
Metadata
Assignees
Labels
No labels