mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-13 15:09:30 -05:00
Create hide-hardware-info.service
This commit is contained in:
parent
9449f5017a
commit
ce97e5ed82
14
lib/systemd/system/hide-hardware-info.service
Normal file
14
lib/systemd/system/hide-hardware-info.service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[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
|
Loading…
Reference in New Issue
Block a user