/aosp12/packages/modules/Virtualization/authfs/testdata/ |
H A D | README.md | 4 `fsverity` command line tool from 5 [fsverity-util](https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git). 8 fsverity sign test.data test.data.fsv_sig --key=key.pem --cert=cert.pem
|
/aosp12/build/make/target/product/security/ |
H A D | Android.bp | 27 name: "fsverity-release-cert-der", 28 src: "fsverity-release.x509.der", 29 sub_dir: "security/fsverity",
|
/aosp12/frameworks/base/tests/ApkVerityTest/testdata/ |
H A D | Android.bp | 53 tools: ["fsverity"], 55 cmd: "$(location fsverity) sign $(in) $(out) " +
|
/aosp12/frameworks/base/tests/UpdatableSystemFontTest/testdata/ |
H A D | Android.bp | 85 tools: ["fsverity"], 90 cmd: "$(location fsverity) sign $(in) $(out) " +
|
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/ |
H A D | main.rs | 28 mod fsverity; module 140 let s = fsverity::read_merkle_tree(file.as_raw_fd(), offset, &mut buf) in readFsverityMerkleTree() 172 let s = fsverity::read_signature(file.as_raw_fd(), &mut buf).map_err(|e| { in readFsveritySignature()
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | main.rs | 42 mod fsverity; module 47 use fsverity::{VerifiedFileEditor, VerifiedFileReader};
|
H A D | fusefs.rs | 41 use crate::fsverity::{VerifiedFileEditor, VerifiedFileReader};
|
/aosp12/frameworks/base/tests/utils/hostutils/src/com/android/fsverity/ |
H A D | AddFsVerityCertRule.java | 17 package com.android.fsverity;
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/private/ |
H A D | odsign.te | 50 # Run fsverity_init to add key to fsverity keyring
|
H A D | domain.te | 99 # Allow access to fsverity keyring. 101 # Allow access to keys in the fsverity keyring that were installed at boot.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | domain.te | 76 # Allow access to fsverity keyring. 78 # Allow access to keys in the fsverity keyring that were installed at boot.
|
H A D | zygote.te | 49 # is ensured by fsverity protection (checked in art_apex_boot_integrity).
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | domain.te | 108 # Allow access to fsverity keyring. 110 # Allow access to keys in the fsverity keyring that were installed at boot.
|
H A D | zygote.te | 50 # is ensured by fsverity protection (checked in art_apex_boot_integrity).
|
/aosp12/build/make/target/product/ |
H A D | base_system.mk | 92 fsverity-release-cert-der \
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | installd.te | 17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
|
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/ |
H A D | ApkVerityTest.java | 28 import com.android.fsverity.AddFsVerityCertRule;
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | installd.te | 17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | installd.te | 17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | installd.te | 17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
|
/aosp12/system/sepolicy/public/ |
H A D | installd.te | 17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
|