Theo Buehler wrote:
> In its current form, tetris is a setgid program and needs a whopping
>
> pledge("stdio rpath wpath cpath flock getpw id tty")
>
> throughout its lifetime because of the score file in /var/games.
>
> As discussed with Theo off-list, this is risk-only. Thus, drop the
> score file support, lose the setgid bit and make tetris a much more
> reasonable pledge("stdio rpath tty") program for relaxed game play.
No way! this is critical functionality. :)
Can you just change it to save the scores in HOME/.tetrisscores?