File: var_mount_option_proc_hidepid.var

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (27 lines) | stat: -rw-r--r-- 771 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
documentation_complete: true

title: 'Value for hidepid option'

description: |-
    The hidepid mount option is applicable to /proc and is used to control who can access
    the information in /proc/[pid] directories. The option can have one of the following
    values:
    0: Everybody may access all /proc/[pid] directories.
    1: Users may not access files and subdirectories inside any /proc/[pid] directories
       but their own. The /proc/[pid] directories themselves remain visible.
    2: Same as for mode 1, but in addition the /proc/[pid] directories belonging to other
       users become invisible.

type: string

operator: equals

interactive: false

options:
    "0": "0"
    noaccess: noaccess
    invisible: invisible
    1: 1
    2: 2
    default: 2