I'm looking for a kernel patch that will make new dirs in /proc to be 0550 instead of 0555... I'm building an hosting server and I don't want the users see what other processes are running on the sys...
What I want to achieve: when a new process gets started, it's "pid" directory will have 0550 perms...
I did some modifying on kernel/sysctl.c in the kernel code, but with no luck...

any ideas?!
cheers!
