crun: open /proc/sys/net/ipv4/ping_group_range
: Permission denied: OCI permission denied
#25517
-
Hello. I'm trying to run a rootless container using a network namespace I created with The command I used to test it: Any help will be wholeheartedly appreciated. Below are my podman version and info commands.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
see https://blog.podman.io/2023/12/interaction-between-user-namespaces-and-capabilities/ It doesn't describe your scenario but it is essentially the same thing. As soon as a new user namespace is created you cannot use any parent namespaces (unless you already happened to be in it but even then you loose all capabilities for it). |
Beta Was this translation helpful? Give feedback.
see https://blog.podman.io/2023/12/interaction-between-user-namespaces-and-capabilities/
It doesn't describe your scenario but it is essentially the same thing. As soon as a new user namespace is created you cannot use any parent namespaces (unless you already happened to be in it but even then you loose all capabilities for it).