On 10/04/2025 4:56 pm, Anthony PERARD wrote: > We need the full path to a shell in `/etc/passwd`, otherwise `su user` > doesn't work. > > $ su user > su: can't execute 'bash': No such file or directory > > Signed-off-by: Anthony PERARD <anthony.per...@vates.tech>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> Would you like me to pick this up? > --- > > Although, I don't know when this shell is been used, it seems that we > get /bin/sh unless we start the container explicitly with `bash`, like > containerize is doing. I'm not sure why the x86 side is like that, but I didn't want to change it gratuitously... ~Andrew