Interesting. How do I figure the correct order of keywords? So far I thought it
didn't matter.


On 2021-05-13 18:40, Theo de Raadt wrote:
> +                               if (pledge("stdio rpath inet recvfd sendfd "
> +                                   "wpath cpath proc tty getpw", NULL) == -1)
> 
> Please change the order:
> 
> stdio rpath wpath cpath inet recvfd sendfd proc tty getpw
> 
> (It remains extremely permissive).
> 

Reply via email to