2023-03-30 02:08:47 -04:00
|
|
|
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
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)
|
2023-10-22 05:41:56 -04:00
|
|
|
Documentation=https://github.com/Kicksecure/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
|
2021-08-03 12:56:31 -04:00
|
|
|
ExecStart=/usr/libexec/security-misc/remount-secure
|
2019-12-06 05:14:02 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|