Lines Matching refs:hidepid
2161 hidepid= Set /proc/<pid>/ access mode.
2166 hidepid=off or hidepid=0 means classic mode - everybody may access all
2169 hidepid=noaccess or hidepid=1 means users may not access any /proc/<pid>/
2177 hidepid=invisible or hidepid=2 means hidepid=1 plus all /proc/<pid>/ will be
2186 hidepid=ptraceable or hidepid=4 means that procfs should only contain
2190 prohibited by hidepid=. If you use some daemon like identd which needs to learn
2207 proc /proc proc rw,relatime,hidepid=2 0 0
2209 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
2210 mount("proc", "/tmp/proc", "proc", 0, "hidepid=1") = 0
2214 proc /proc proc rw,relatime,hidepid=2 0 0
2215 proc /tmp/proc proc rw,relatime,hidepid=2 0 0
2220 # mount -o remount,hidepid=1 -t proc proc /tmp/proc
2223 proc /proc proc rw,relatime,hidepid=1 0 0
2224 proc /tmp/proc proc rw,relatime,hidepid=1 0 0
2233 # mount -o hidepid=invisible -t proc proc /proc
2234 # mount -o hidepid=noaccess -t proc proc /tmp/proc
2236 proc /proc proc rw,relatime,hidepid=invisible 0 0
2237 proc /tmp/proc proc rw,relatime,hidepid=noaccess 0 0