mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Only allow access to USB and SPI devices
That is all that fprintd. Note that ProtectClock already restricts device access and other device types need to be listed explicitly because of this.
This commit is contained in:
@ -32,3 +32,8 @@ RestrictRealtime=true
|
||||
|
||||
# Privilege escalation
|
||||
NoNewPrivileges=true
|
||||
|
||||
# Protect clock, allow USB and SPI device access
|
||||
ProtectClock=yes
|
||||
DeviceAllow=char-usb_device rw
|
||||
DeviceAllow=char-spi rw
|
||||
|
||||
Reference in New Issue
Block a user