mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
18 lines
475 B
SYSTEMD
18 lines
475 B
SYSTEMD
|
## 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
|
||
|
ExecStart=/usr/lib/security-misc/remount-secure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|