summaryrefslogtreecommitdiff
path: root/fsverity
AgeCommit message (Collapse)Author
2023-06-28Update fsverity+odsign protos to protobuf3.Ludovic Barman
Test: manual atest Bug: 286984317 Change-Id: I9bcc1ad858b9076c1a08e9df06e15a599c28f92c
2023-03-15Consolidate fs-verity wrapper in libfsverity_rsVictor Hsieh
Bug: 272587415 Test: m libfsverity_rs Change-Id: I9370d4cf66b34b6b86fda60f22ea096ce038da07
2022-11-01Accept empty file list in fsverity_manifest_generatorVictor Hsieh
By accepting empty file list, it allows the build rule to generate the build_manifest.pb unconditionally. Consequently, the consuming code in composd won't need to handle the empty case (which requires parsing the zip entry if it's done on the host side). Bug: 256793394 Test: m Change-Id: I69cdfb46bb0d54a13bd72a9755b53a594e044f06
2022-09-13Merge "Add TEST_MAPPING for system/security/fsverity"Victor Hsieh
2022-09-13Merge "fsverity_manifest_generator: remove debug message from stdout"Treehugger Robot
2022-09-12fsverity_manifest_generator: remove debug message from stdoutVictor Hsieh
Bug: N/A Test: no longer seeing them in the build Change-Id: Iff0ca6dc600dc560b1ac9598258f7f3fb6b8eaaf
2022-09-12Add TEST_MAPPING for system/security/fsverityVictor Hsieh
Since the fsverity build manifest is used in CompOS, run its test in presubmit here. Bug: N/A Test: TH Change-Id: If8f86774635dc7e143035b5b4b49f88c01f22ca7
2022-09-12Remove py2 usagesCole Faust
Bug: 203436762 Test: m nothing Change-Id: I3cd85748ada8e7c7a14aa415ac8ac82a71dc3e46
2022-07-04Add a tool to generate manifest filesAndrew Scull
This logic was previously part of the BuildManifest.apk generation but it's split out so that it can be used in other contexts such as the authfs test which consume the manifest. Bug: 237384936 Test: atest AuthFsHostTest Change-Id: I93ee4c03edc9b43c4dfbf159f70913c075b82766
2022-01-20Add cc static library for fsverity digestsInseob Kim
Bug: 203483081 Test: build Change-Id: I68722ff6942d98ea8a980ff217f59edacb3117f4
2022-01-05Generate Rust binding for fsverity_digests.protoVictor Hsieh
Bug: 206869687 Test: Can use it from authfs Change-Id: I1bc78dcbf89c210e4648bebc68bd6631351d29cd
2021-11-23Add OWNERS for fsverity filesJeff Vander Stoep
Test: TH Change-Id: Ic5c283250cb7c3ec30400847e27c06ffbc654056
2021-11-18[LSC] Add LOCAL_LICENSE_KINDS to system/securityBob Badour
Added SPDX-license-identifier-Apache-2.0 to: fsverity/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I30207a7b9fd396972fc56c7e96124ee88e080c69
2021-11-11Add fsverity_digests proto and metadata for APKInseob Kim
fsverity_digests will be used as a mapping file from files to their fsverity digest, under system/etc/security/fsverity/BuildManifest.apk Bug: 193113311 Test: build with PRODUCT_SYSTEM_FSVERITY_GENERATE_METADATA := true Change-Id: I35da5e3bdbfc82e7baf5dc1c3f8ddf5fed951373