Closed runcom closed 1 year ago
Can you also update the example on https://github.com/fedora-iot/fido-device-onboard-rs/blob/main/HOWTO.md?plain=1#L448-L454 and add a comment on https://github.com/fedora-iot/fido-device-onboard-rs/blob/main/HOWTO.md?plain=1#L493-L494 ?
fixed, should be good now
You can cherry-pick the commit from #548 (or we can merge and rebase) to make the clippy test pass
You can cherry-pick the commit from #548 (or we can merge and rebase) to make the clippy test pass
done
Using the service-info-api server with selinux requires us to put anything we want to send to the device under /var/lib/fdo as that directory, and its files, will now get the correct selinux label. The previous approach opens up for security issues by leaving the process basically accessing the whole host.