2019-12-29 04:56:35 -05:00
|
|
|
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
2019-12-06 05:14:02 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=remount /home /tmp /dev/shm /run with nosuid,nodev (default) and noexec (opt-in)
|
|
|
|
Documentation=https://github.com/Whonix/security-misc
|
2019-12-06 12:24:55 -05:00
|
|
|
|
2019-12-06 05:14:02 -05:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
|
|
|
|
2019-12-08 04:37:53 -05:00
|
|
|
After=qubes-sysinit.service
|
|
|
|
|
2019-12-06 05:14:02 -05:00
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2019-12-06 12:18:18 -05:00
|
|
|
RemainAfterExit=yes
|
2019-12-06 05:14:02 -05:00
|
|
|
ExecStart=/usr/lib/security-misc/remount-secure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|