Closed zilti closed 1 year ago
Describe the bug Trying to su to another user account inside a jail created with Pot will fail due to wrong access permissions for /.
su
/
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect to get a shell for that other user
Additional context The workaround is to run chmod 0755 / inside the jail.
chmod 0755 /
This is a duplicate of #233
It has already been fixed in master (#234)
@pizzamig what about doing a new release soon (maybe after #240 has been merged).
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:
su
Expected behavior I expect to get a shell for that other user
Additional context The workaround is to run
chmod 0755 /
inside the jail.