Closed zilti closed 1 year ago
Reading the current start-up code it seems like our current logic always sets allow.sysvipc sysvmsg=new sysvsem=new sysvshm=new
.
Given that allow.sysvipc is deprecated anyway, this makes fixing this quite easy:
@zilti Thank you for your contribution!
Also: How does this interact with the logic in _js_start https://github.com/bsdpot/pot/blob/28b302d5daa767093451aa35ae83b05321cbd6cc/share/pot/start.sh#L451-L471
Especially
sysvmsg=new sysvsem=new sysvshm=new
?