|
|
|
|
|
by AstralStorm
1125 days ago
|
|
Yes, the program can likely setuid to the original user with su, as the session is the parent session and still active. This is not a behavior you want of a jail. Use chroot, LXC or your own setuid wrapper that removes the privilege. |
|