Home
last modified time | relevance | path

Searched refs:hidepid (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/proc/
H A Droot.c32 enum proc_hidepid hidepid; member
71 ctx->hidepid = result.uint_32; in proc_parse_hidepid_param()
76 ctx->hidepid = HIDEPID_OFF; in proc_parse_hidepid_param()
78 ctx->hidepid = HIDEPID_NO_ACCESS; in proc_parse_hidepid_param()
80 ctx->hidepid = HIDEPID_INVISIBLE; in proc_parse_hidepid_param()
82 ctx->hidepid = HIDEPID_NOT_PTRACEABLE; in proc_parse_hidepid_param()
154 fs_info->hide_pid = ctx->hidepid; in proc_apply_options()
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c36 int hidepid = 2; in main() local
40 ret = fsconfig(fsfd, FSCONFIG_SET_BINARY, "hidepid", &hidepid, 0); in main()
H A D.gitignore5 /proc-fsconfig-hidepid
H A DMakefile27 TEST_GEN_PROGS += proc-fsconfig-hidepid
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst2199 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
[all …]
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]