mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-16 02:04:24 -05:00
41734ec523
for better usability https://forums.whonix.org/t/restrict-hardware-information-to-root-testers-wanted/8618/33
23 lines
545 B
Desktop File
23 lines
545 B
Desktop File
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## 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
|
|
|
|
DefaultDependencies=no
|
|
Before=sysinit.target
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
After=qubes-sysinit.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/security-misc/remount-secure
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|