Re: KERNEL PATCH: add process hiding (fixed)

2016-12-04 Thread Ian Walker
Thanks, Michael. Leave it to me to forget to update the documentation.. Here's the patch with the manpage change: Index: sys/kern/kern_sysctl.c === RCS file: /cvs/src/sys/kern/kern_sysctl.c,v retrieving revision 1.320 diff -u -p -u

Re: KERNEL PATCH: add process hiding (fixed)

2016-12-04 Thread Michael W. Bombardieri
Should this patch also add see_other_uids in sysctl(8) manual? On Sun, Dec 04, 2016 at 07:49:12PM -0500, Ian Walker wrote: > (( Resending my last from a client that (hopefully) won't mangle the email. >Sorry about the noise, folks. )) > > > Hello OpenBSD Community - > > OpenBSD should have

Re: doas.conf(5): clarify args

2016-12-04 Thread Ted Unangst
Ingo Schwarze wrote: > Hi, > > Anton Lindqvist wrote on Fri, Dec 02, 2016 at 10:40:16AM +0100: > > > Make it clear that args is a keyword followed by zero or more arguments. > > Your argument makes sense to me, we generally don't use "..." > to imply a preceding .Ar, but we use it to indicate

KERNEL PATCH: add process hiding (fixed)

2016-12-04 Thread Ian Walker
(( Resending my last from a client that (hopefully) won't mangle the email. Sorry about the noise, folks. )) Hello OpenBSD Community - OpenBSD should have the ability to prevent users from seeing each other's processes even if this ability is disabled by default. In addition to the small

KERNEL PATCH: add process hiding

2016-12-04 Thread walker_643
Hello OpenBSD Community - OpenBSD should have the ability to prevent users from seeing each other's processes even if this ability is disabled by default. In addition to the small security benefit this provides, it also affords each user a much greater amount of privacy. Linux and FreeBSD