bind /dev/console operation not permitted #4583
Replies: 1 comment 2 replies
-
What is the "old version" you're talking about? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
mount initializes the console
was executed beforepivotRoot
in the old versionnow,
pivotRoot
is before.so, when I bind
/dev
like this:with:
An error will be reported:
Older versions don't have such error, also can set devices.allow as true.
Beta Was this translation helpful? Give feedback.
All reactions