CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/08/23 00:26:35
Modified files: games/robots : main.c Log message: reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses a scorefile nevertheless an fd is opened way in advance and therefore we can disable any further access to the filesystem. OK tb@