lkml.org 
[lkml]   [2004]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectBUG: fork do not copy /proc/<PID>/cmdline permissions
I expected from fork to make a rather complete copy of a process,
but it does not copy /proc/<PID>/cmdline access permissions.
Therefore, the only way (at least i know) to hide all args of
processes is to start every program within shell script:
bash -c 'chmod /proc/$$/cmdline; exec userprogramm ...'

Tested on 2.6.5.

Agri

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:02    [W:2.268 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site