Re: pledge(2) in quiz(6)

2015-10-25 Thread Ted Unangst
Jan Stary wrote: > Any comments/OK? > > On Oct 22 13:49:28, h...@stare.cz wrote: > > games/quiz.c popen()s a PAGER to display the help message. > > Throw that away and let the use pipe into a PAGER if needed. > > Then we can just pledge "stdio rpath". yeah, works for me.

Re: pledge(2) in quiz(6)

2015-10-24 Thread Jan Stary
Any comments/OK? On Oct 22 13:49:28, h...@stare.cz wrote: > games/quiz.c popen()s a PAGER to display the help message. > Throw that away and let the use pipe into a PAGER if needed. > Then we can just pledge "stdio rpath". > > Jan > > > Index: quiz.c >

pledge(2) in quiz(6)

2015-10-22 Thread Jan Stary
games/quiz.c popen()s a PAGER to display the help message. Throw that away and let the use pipe into a PAGER if needed. Then we can just pledge "stdio rpath". Jan Index: quiz.c === RCS file: /cvs/src/games/quiz/quiz.c,v retr