mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-09 07:55:05 -04:00
remove no longer required remount-service systemd unit
This commit is contained in:
parent
84ca0ac8a0
commit
479ab61a1d
2 changed files with 0 additions and 24 deletions
|
@ -7,8 +7,5 @@ disable hide-hardware-info.service
|
||||||
## Disable for now until development finished / tested.
|
## Disable for now until development finished / tested.
|
||||||
disable permission-hardening.service
|
disable permission-hardening.service
|
||||||
|
|
||||||
## Disable for now until development finished / tested.
|
|
||||||
disable remount-secure.service
|
|
||||||
|
|
||||||
## Disable due to pkexec issues.
|
## Disable due to pkexec issues.
|
||||||
disable proc-hidepid.service
|
disable proc-hidepid.service
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
## Copyright (C) 2019 - 2023 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/Kicksecure/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/bin/remount-secure
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sysinit.target
|
|
Loading…
Add table
Add a link
Reference in a new issue