Subj : Re: BBS platforms To : esc From : tenser Date : Fri Sep 23 2022 03:55 am On 21 Sep 2022 at 02:23p, esc pondered and said... es> CB> ps -aux will tell you what user it's running as. es> es> The issue is that the 'mis' application drops suid to the user who owns es> the binary, however there are some strange artifacts of launching as es> root in the first place. This manifests in python, dosemu, other various es> spots. It tries to read/write to /root/ instead of /home/bbsuser/, with es> the permission of the bbs user, which obviously will fail. Sounds like the application is looking at the value of the `$HOME` environment variable. For root, that could well be set to `/root`. Perhaps run a short shell script that sets up the environment the way you want and the invokes the binary. Something like, #!/bin/sh set -e HOME=/home/bbsuser export HOME cd $HOME exec ./whatever --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64) * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101) .