Skip to content

Commit

Permalink
homed: allow systemd-homed access to FIDO2 devices
Browse files Browse the repository at this point in the history
Add DeviceAllow= option for FIDO2 devices in systemd-homed.service.
  • Loading branch information
gibeom-gwon authored and bluca committed Jul 12, 2021
1 parent 8b213bf commit 85e424c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions units/systemd-homed.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CapabilityBoundingSet=CAP_SYS_ADMIN CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FS
DeviceAllow=/dev/loop-control rw
DeviceAllow=/dev/mapper/control rw
DeviceAllow=block-* rw
DeviceAllow=char-hidraw rw
ExecStart={{ROOTLIBEXECDIR}}/systemd-homed
IPAddressDeny=any
KillMode=mixed
Expand Down

0 comments on commit 85e424c

Please sign in to comment.