2023-03-30 02:08:47 -04:00
|
|
|
## Copyright (C) 2012 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2019-10-03 17:37:29 -04:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-10-03 16:45:29 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Hide hardware information to unprivileged users
|
2023-10-22 05:41:56 -04:00
|
|
|
Documentation=https://github.com/Kicksecure/security-misc
|
2019-10-03 16:45:29 -04:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2021-08-03 12:56:31 -04:00
|
|
|
ExecStart=/usr/libexec/security-misc/hide-hardware-info
|
2021-04-03 11:44:13 -04:00
|
|
|
RemainAfterExit=yes
|
2019-10-03 16:45:29 -04:00
|
|
|
|
|
|
|
[Install]
|
2019-10-04 13:32:52 -04:00
|
|
|
WantedBy=sysinit.target
|