Pledge Policy for Tset Binary

2020-03-03 Thread shankarapailoor .
Hi, I was looking at the pledge policy for the tset binary and I was wondering why wpath is necessary. I removed the group from the pledge and did some basic tests with the utility and there was no error. Removing any of the other groups produces an error so they seem necessary. Any assistance wou

Extra Group in lndir policy

2020-03-05 Thread shankarapailoor .
Hi, I am using Openbsd 6.5 and noticed that the pledge policy for lndir includes wpath but I don't see why this group is necessary. I have removed the group and recompiled the binary and it seems to run fine with the test script below. #!/bin/ksh mkdir -p /home/dir1/subdir1 mkdir /home/dir2 mkdi

Re: Pledge Policy for Tset Binary

2020-03-05 Thread shankarapailoor .
Thanks Theo! I am working on it right now. On Wed, Mar 4, 2020 at 9:21 AM Theo de Raadt wrote: > shankarapailoor . wrote: > > > I was looking at the pledge policy for the tset binary and I was > wondering > > why wpath is necessary. I removed the group from the pledge a