Re: It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))

2018-02-06 Thread Daniel Reichelt
On 02/06/2018 01:24 AM, Trond Myklebust wrote: > Does the following fix the issue? > > 8<--- > From 9b30889c548a4d45bfe6226e58de32504c1d682f Mon Sep 17 00:00:00 2001 > From: Trond Myklebust > Date: Mon, 5 Feb 2018

Re: It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))

2018-02-06 Thread Daniel Reichelt
On 02/06/2018 01:24 AM, Trond Myklebust wrote: > Does the following fix the issue? > > 8<--- > From 9b30889c548a4d45bfe6226e58de32504c1d682f Mon Sep 17 00:00:00 2001 > From: Trond Myklebust > Date: Mon, 5 Feb 2018 10:20:06 -0500 > Subject: [PATCH]

Re: It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))

2018-02-02 Thread Daniel Reichelt
Hi Trond, Steven, eversince I switched from Debian Jessie to Stretch last summer, I've been seeing the very same hidden ports on an NFS server as described in [1], which is a follow-up to [2]. Your patch ([3], [4]) solved the issue back then. Later on, you changed that fix again in [5], which

Re: It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))

2018-02-02 Thread Daniel Reichelt
Hi Trond, Steven, eversince I switched from Debian Jessie to Stretch last summer, I've been seeing the very same hidden ports on an NFS server as described in [1], which is a follow-up to [2]. Your patch ([3], [4]) solved the issue back then. Later on, you changed that fix again in [5], which

Re: Patch: Hide process info from other users/users not in my group

2007-11-25 Thread Daniel Reichelt
Hi Pavel, > This really needs to be runtime-configurable. Hm. When this setting is changed during runtime, all the pre-existing permissions would have to be changed as weill which might be done by iterating through a list of running processes. Unfortunately I don't know how to do that. This is my

Re: Patch: Hide process info from other users/users not in my group

2007-11-25 Thread Daniel Reichelt
Hi Pavel, This really needs to be runtime-configurable. Hm. When this setting is changed during runtime, all the pre-existing permissions would have to be changed as weill which might be done by iterating through a list of running processes. Unfortunately I don't know how to do that. This is my

Re: Patch: Hide process info from other users/users not in my group

2007-11-21 Thread Daniel Reichelt
Hi, sorry, I messed up the #ifdef directives (confused them with C++...). Here's the really working patch: --- linux-2.6.23.8/fs/Kconfig 2007-11-16 19:14:27.0 +0100 +++ linux-2.6.23.8-dhr/fs/Kconfig 2007-11-20 19:54:54.0 +0100 @@ -918,6 +918,36 @@ help

Re: Patch: Hide process info from other users/users not in my group

2007-11-21 Thread Daniel Reichelt
Hi, sorry, I messed up the #ifdef directives (confused them with C++...). Here's the really working patch: --- linux-2.6.23.8/fs/Kconfig 2007-11-16 19:14:27.0 +0100 +++ linux-2.6.23.8-dhr/fs/Kconfig 2007-11-20 19:54:54.0 +0100 @@ -918,6 +918,36 @@ help

Re: Patch: Hide process info from other users/users not in my group

2007-11-20 Thread Daniel Reichelt
> I like the idea, but I would prefer to have three checkboxes for this option: Nice addition, thanks for the input. --- linux-2.6.23.8/fs/Kconfig 2007-11-16 19:14:27.0 +0100 +++ linux-2.6.23.8-dhr/fs/Kconfig 2007-11-20 19:54:54.0 +0100 @@ -918,6 +918,36 @@ help

Patch: Hide process info from other users/users not in my group

2007-11-20 Thread Daniel Reichelt
Hi list, this patch sets (if the corresponding kconfig option is active) the access modes of /proc/-dirs to 550 instead of 555 in order to provide some privacy to users. Tools like lsof and ps to spy out on other users become ineffective. Cheers, -- Daniel Reichelt # diff -Naur linux-2.6.23.8

Patch: Hide process info from other users/users not in my group

2007-11-20 Thread Daniel Reichelt
Hi list, this patch sets (if the corresponding kconfig option is active) the access modes of /proc/pid-dirs to 550 instead of 555 in order to provide some privacy to users. Tools like lsof and ps to spy out on other users become ineffective. Cheers, -- Daniel Reichelt # diff -Naur linux

Re: Patch: Hide process info from other users/users not in my group

2007-11-20 Thread Daniel Reichelt
I like the idea, but I would prefer to have three checkboxes for this option: Nice addition, thanks for the input. --- linux-2.6.23.8/fs/Kconfig 2007-11-16 19:14:27.0 +0100 +++ linux-2.6.23.8-dhr/fs/Kconfig 2007-11-20 19:54:54.0 +0100 @@ -918,6 +918,36 @@ help