mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
homed: allow systemd-homed access to FIDO2 devices
Add DeviceAllow= option for FIDO2 devices in systemd-homed.service.
This commit is contained in:
parent
8b213bf12e
commit
85e424c0c8
@ -20,6 +20,7 @@ CapabilityBoundingSet=CAP_SYS_ADMIN CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FS
|
|||||||
DeviceAllow=/dev/loop-control rw
|
DeviceAllow=/dev/loop-control rw
|
||||||
DeviceAllow=/dev/mapper/control rw
|
DeviceAllow=/dev/mapper/control rw
|
||||||
DeviceAllow=block-* rw
|
DeviceAllow=block-* rw
|
||||||
|
DeviceAllow=char-hidraw rw
|
||||||
ExecStart={{ROOTLIBEXECDIR}}/systemd-homed
|
ExecStart={{ROOTLIBEXECDIR}}/systemd-homed
|
||||||
IPAddressDeny=any
|
IPAddressDeny=any
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
|
Loading…
Reference in New Issue
Block a user