mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-11 07:34:24 -05:00
19 lines
495 B
Desktop File
19 lines
495 B
Desktop File
## Copyright (C) 2012 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## 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
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/security-misc/remount-secure
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|