You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Systemd's seccomp sandbox has `openat2` returning `EPERM` to indicate
that it's not supported. Treat `EPERM` as indicating that `openat2` is
temporarily unavailable and use the non-`openat2` fallback path,
rather than propagating the `EPERM` error.
0 commit comments