mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-06 03:38:58 -04:00
proc-hidepid.service
add gid=proc
This allows users that are a member of the `proc` group to be excluded from `hidepid` protections. https://github.com/Kicksecure/security-misc/issues/208
This commit is contained in:
parent
0f0d9ca2a4
commit
a5206bde33
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ After=local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/bin/mount -o remount,nosuid,nodev,noexec,hidepid=2 /proc
|
ExecStart=/bin/mount -o remount,nosuid,nodev,noexec,hidepid=2,gid=proc /proc
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue