Re: [patch] autofs for OpenBSD

2018-03-27 Thread Martin Pieuchot
On 27/03/18(Tue) 13:02, Tomohiro Kusumi wrote: > 2018-03-27 0:57 GMT+09:00 Martin Pieuchot : > > On 25/03/18(Sun) 03:53, Tomohiro Kusumi wrote: > [...] > > - Since file(1) on OpenBSD is privilege separated and pledge(2)'d do we > > really need fstyp(8)? What does it buy us? > > Nothing really.

Re: [patch] autofs for OpenBSD

2018-03-26 Thread Tomohiro Kusumi
Hi Thanks for the comments. 2018-03-27 0:57 GMT+09:00 Martin Pieuchot : > Hello, > > On 25/03/18(Sun) 03:53, Tomohiro Kusumi wrote: >> This is the initial patch submission of autofs filesystem support for >> OpenBSD, which was originally written for FreeBSD and later ported to >> DragonFlyBSD and

Re: [patch] autofs for OpenBSD

2018-03-26 Thread Martin Pieuchot
Hello, On 25/03/18(Sun) 03:53, Tomohiro Kusumi wrote: > This is the initial patch submission of autofs filesystem support for > OpenBSD, which was originally written for FreeBSD and later ported to > DragonFlyBSD and NetBSD. > > Autofs is a generic filesystem automounter filesystem, not limited t

[patch] autofs for OpenBSD

2018-03-24 Thread Tomohiro Kusumi
Hi This is the initial patch submission of autofs filesystem support for OpenBSD, which was originally written for FreeBSD and later ported to DragonFlyBSD and NetBSD. Autofs is a generic filesystem automounter filesystem, not limited to mounting NFS. This OpenBSD port actually started off with t