2019-12-29 05:08:53 -05:00
|
|
|
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
2019-06-30 09:22:43 -04:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-06-29 18:27:24 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Mounts /proc with hidepid=2
|
2019-06-29 18:28:41 -04:00
|
|
|
Documentation=https://github.com/Whonix/security-misc
|
2019-09-10 12:23:00 -04:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
2019-06-29 18:27:24 -04:00
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/bin/mount -o remount,nosuid,nodev,noexec,hidepid=2 /proc
|
2019-07-01 03:43:02 -04:00
|
|
|
|
2019-06-29 18:27:24 -04:00
|
|
|
[Install]
|
2019-10-05 05:14:54 -04:00
|
|
|
WantedBy=sysinit.target
|