Home
last modified time | relevance | path

Searched refs:fsverity (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/modules/Virtualization/authfs/testdata/
H A DREADME.md4 `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 DAndroid.bp27 name: "fsverity-release-cert-der",
28 src: "fsverity-release.x509.der",
29 sub_dir: "security/fsverity",
/aosp12/frameworks/base/tests/ApkVerityTest/testdata/
H A DAndroid.bp53 tools: ["fsverity"],
55 cmd: "$(location fsverity) sign $(in) $(out) " +
/aosp12/frameworks/base/tests/UpdatableSystemFontTest/testdata/
H A DAndroid.bp85 tools: ["fsverity"],
90 cmd: "$(location fsverity) sign $(in) $(out) " +
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/
H A Dmain.rs28 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 Dmain.rs42 mod fsverity; module
47 use fsverity::{VerifiedFileEditor, VerifiedFileReader};
H A Dfusefs.rs41 use crate::fsverity::{VerifiedFileEditor, VerifiedFileReader};
/aosp12/frameworks/base/tests/utils/hostutils/src/com/android/fsverity/
H A DAddFsVerityCertRule.java17 package com.android.fsverity;
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # 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 Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # 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 Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # 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 Ddomain.te76 # Allow access to fsverity keyring.
78 # Allow access to keys in the fsverity keyring that were installed at boot.
H A Dzygote.te49 # is ensured by fsverity protection (checked in art_apex_boot_integrity).
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Ddomain.te108 # Allow access to fsverity keyring.
110 # Allow access to keys in the fsverity keyring that were installed at boot.
H A Dzygote.te50 # is ensured by fsverity protection (checked in art_apex_boot_integrity).
/aosp12/build/make/target/product/
H A Dbase_system.mk92 fsverity-release-cert-der \
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dinstalld.te17 # 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 DApkVerityTest.java28 import com.android.fsverity.AddFsVerityCertRule;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dinstalld.te17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dinstalld.te17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dinstalld.te17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.
/aosp12/system/sepolicy/public/
H A Dinstalld.te17 # FS_IOC_SET_VERITY_MEASUREMENT) ioctls on APKs in /data/app, to support fsverity.

12