Re: msyscall(2): pledge(2) operation not permitted

2019-12-09 Thread Andrea Biscuola
Hi Theo > interesting. Yes, msyscall() should probably be in the "stdio" set. > > But I've been considering deleting execpromises. It was put in as an > experiment, and I tried to make code in the base use it. I was unable > to find great usage cases, and so I am considering deleting it. Look

Re: msyscall(2): pledge(2) operation not permitted

2019-12-08 Thread Theo de Raadt
interesting. Yes, msyscall() should probably be in the "stdio" set. But I've been considering deleting execpromises. It was put in as an experiment, and I tried to make code in the base use it. I was unable to find great usage cases, and so I am considering deleting it. Andrea Biscuola wrote: