mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
15 lines
327 B
SYSTEMD
15 lines
327 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hide hardware information to unprivileged users
|
||
|
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/hide-hardware-info
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|