diff options
author | Andrei Vagin <avagin@google.com> | 2019-10-02 13:28:18 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-02 13:29:42 -0700 |
commit | 2016cc283cbdfc1a49cca86f6c160724ee4d0cbd (patch) | |
tree | 3c74c241890873c27584f946f5805821471cb9f4 /.bazelrc | |
parent | 03ce4dd86c9acd6b6148f68d5d2cf025d8c254bb (diff) |
fs/proc: report PID-s from a pid namespace of the proc mount
Right now, we can find more than one process with the 1 PID in /proc.
$ for i in `seq 10`; do
> unshare -fp sleep 1000 &
> done
$ ls /proc
1 1 1 1 12 18 24 29 6 loadavg net sys version
1 1 1 1 16 20 26 32 cpuinfo meminfo self thread-self
1 1 1 1 17 21 28 36 filesystems mounts stat uptime
PiperOrigin-RevId: 272506593
Diffstat (limited to '.bazelrc')
0 files changed, 0 insertions, 0 deletions