Permission Denied in proot #304
Replies: 1 comment
-
|
Anyone facing this issue you just need to enable link2symlink |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am using Proot in my app to launch an Alpine Linux session. However, when I try to install packages like gcc, I encounter a 'Permission Denied' error. The Alpine root filesystem is stored in the app's private files directory, and my app targets API level 28. Why does this happen? Meanwhile, when I use proot-distro with Alpine, everything works as expected.
but when i try ls /usr then there's no error
Beta Was this translation helpful? Give feedback.
All reactions