mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
18 lines
442 B
Desktop File
18 lines
442 B
Desktop File
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
[Unit]
|
|
Description=Mounts /proc with hidepid=2
|
|
Documentation=https://github.com/Whonix/security-misc
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/mount -o remount,nosuid,nodev,noexec,hidepid=2 /proc
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|