Lines Matching refs:hidepid
2199 hidepid= Set /proc/<pid>/ access mode.
2204 hidepid=off or hidepid=0 means classic mode - everybody may access all
2207 hidepid=noaccess or hidepid=1 means users may not access any /proc/<pid>/
2215 hidepid=invisible or hidepid=2 means hidepid=1 plus all /proc/<pid>/ will be
2224 hidepid=ptraceable or hidepid=4 means that procfs should only contain
2228 prohibited by hidepid=. If you use some daemon like identd which needs to learn
2245 proc /proc proc rw,relatime,hidepid=2 0 0
2247 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
2248 mount("proc", "/tmp/proc", "proc", 0, "hidepid=1") = 0
2252 proc /proc proc rw,relatime,hidepid=2 0 0
2253 proc /tmp/proc proc rw,relatime,hidepid=2 0 0
2258 # mount -o remount,hidepid=1 -t proc proc /tmp/proc
2261 proc /proc proc rw,relatime,hidepid=1 0 0
2262 proc /tmp/proc proc rw,relatime,hidepid=1 0 0
2271 # mount -o hidepid=invisible -t proc proc /proc
2272 # mount -o hidepid=noaccess -t proc proc /tmp/proc
2274 proc /proc proc rw,relatime,hidepid=invisible 0 0
2275 proc /tmp/proc proc rw,relatime,hidepid=noaccess 0 0