An implementation of the FIDO Device Onboard Specification written in rust
Go to file
Peter Robinson 7d94ef91c4 Ensure client service fix is applied
Resolves: rhbz#2224364

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-08-23 15:44:45 +01:00
tests import fido-device-onboard 2021-12-13 21:31:43 +01:00
.gitignore Update to FDO 0.4.7 2023-02-15 12:45:14 +00:00
0001-fix-drop-unused-sha-crypt-dep.patch Update to FDO 0.4.12 2023-07-27 12:51:11 +01:00
0001-fix-relabel-devcreds-before-onboarding.patch Own var/lib/fdo, SELinux fixes 2023-08-22 22:27:08 +01:00
0001-hack-drop-shadow.patch Update to FDO 0.4.12 2023-07-27 12:51:11 +01:00
fido-device-onboard.spec Ensure client service fix is applied 2023-08-23 15:44:45 +01:00
fix-devmapper-version.patch Update to FDO 0.4.12 2023-07-27 12:51:11 +01:00
gating.yaml Update product to rhel-9 in gating.yml 2023-07-31 12:53:41 -04:00
README upgrade to 0.4.0 2022-02-24 22:06:39 +01:00
rpminspect.yaml import fido-device-onboard 2021-12-13 21:31:43 +01:00
sources Update to FDO 0.4.12 2023-07-27 12:51:11 +01:00

cleanup windows proprietary files from vendor/

rm -rf target/vendor/winapi/src/*
touch target/winapi/src/lib.rs
cd target/vendor
rm -rf winapi-x86_64-pc-windows-gnu/lib/*
rm -rf winapi-i686-pc-windows-gnu/lib/*
rm -rf vcpkg/test-data