• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "fsverity-utils"
2description: "This is fsverity-utils, a set of userspace utilities for fs-verity.  fs-verity is a Linux kernel feature that does transparent on-demand integrity/authenticity verification of the contents of read-only files, using a hidden Merkle tree (hash tree) associated with the file.  fsverity-utils currently contains just one program, `fsverity`.  The `fsverity` program allows you to set up fs-verity protected files."
3third_party {
4  url {
5    type: GIT
6    value: "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git"
7  }
8  version: "v1.3"
9  # would be NOTICE save for common/fsverity_uapi.h
10  license_type: RESTRICTED
11  last_upgrade_date {
12    year: 2021
13    month: 1
14    day: 19
15  }
16}
17