summaryrefslogtreecommitdiff
path: root/fsverity_init/Android.bp
AgeCommit message (Collapse)Author
2023-10-17Flag guard to make fsverity_init a no-opVictor Hsieh
As early as fsverity_init, the flag can only be static (thus is_fixed_read_only). It is now a constant/false and will be flipped during the ramp up at build time. Bug: 290064770 Test: mma Test: Inspect the generated code Change-Id: I4bd1addb996705f6e6b9f75313bf22b9ecd3e11c
2023-07-26Revert "Remove fsverity_init"Yunkai Lim
Revert submission 2662658-fsverity-init-cleanup Reason for revert: Culprit for test breakage b/293232766 Reverted changes: /q/submissionid:2662658-fsverity-init-cleanup Change-Id: Ib29f082e5a48cacc726a5228029ec3a1b6561cb1
2023-07-19Remove fsverity_initEric Biggers
Now that fsverity_init is no longer used, it can be removed. For more details, see https://r.android.com/2662658. Bug: 290064770 Test: presubmit Change-Id: I9a90a7141d708ea8aaeefc54288083ee5a0f52ff
2023-07-06Revert "fsverity_init: refactor into library + binary"Eric Biggers
This reverts commit 3fc82ead6b16445aa6417ff666b1c19d3ad4cbd5 because the only user of libfsverity_init other than fsverity_init has been removed. (Don't add "liblogwrap" back to shared_libs, as it isn't needed.) Bug: 290064770 Test: presubmit Change-Id: Ia5a0e60a16c1f88974ceb4500084b0c3773d3e43
2021-11-22fsverity_init: refactor into library + binaryJeff Vander Stoep
This is needed to import some of the functionality into first stage init. Bug: 199914227 Test: build Change-Id: I0a78f62b1957404d7fe78c79151a1620834ea3a1
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to system/securityBob Badour
Added SPDX-license-identifier-Apache-2.0 to: fsverity_init/Android.bp identity/Android.bp keystore/tests/Android.bp keystore2/Android.bp keystore2/aaid/Android.bp keystore2/aidl/Android.bp keystore2/apc_compat/Android.bp keystore2/selinux/Android.bp keystore2/src/crypto/Android.bp keystore2/src/km_compat/Android.bp ondevice-signing/Android.bp provisioner/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp keystore/Android.bp Added SPDX-license-identifier-BSD to: keystore-engine/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic9e19695bd19c3f127dfd545df60e4c9df89af77
2020-02-26Stop reading fs-verity certificate from keystoreVictor Hsieh
We punting support for extra certificate to S. Test: boot Bug: 112038744 Change-Id: I3bc342a7df0c47c02494ef6fdae24e7ad00a8507
2019-09-25Rewrite fsverity_init in C++ and load keys from keystoreVictor Hsieh
Test: still see keys loaded from /product appears in /proc/keys Test: Add X.509 DER cert files to keystore, see the key in /proc/keys after reboot Bug: 112038744 Change-Id: I08006d8befa69e4bf416a2bed9e1813725877147