[BUG] `su` inside a pot does not work due to wrong root fs permissions
zilti opened this issue · 1 comments
zilti commented
Describe the bug
Trying to su
to another user account inside a jail created with Pot will fail due to wrong access permissions for /
.
To Reproduce
Steps to reproduce the behavior:
- Create a pot
- Try to change to another user with
su
- See error
Expected behavior
I expect to get a shell for that other user
Additional context
The workaround is to run chmod 0755 /
inside the jail.