mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-03 19:44:18 -04:00
Create hide-hardware-info.service
This commit is contained in:
parent
9449f5017a
commit
ce97e5ed82
1 changed files with 14 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue