aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 52ec89e3110ddbe6887cf15c109785a22411018e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "fsverity-utils"
description: "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."
third_party {
  url {
    type: GIT
    value: "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git"
  }
  version: "4258209301d54512956d536149b0eef0c695cfe6"
  # would be NOTICE save for common/fsverity_uapi.h
  license_type: RESTRICTED
  last_upgrade_date {
    year: 2021
    month: 12
    day: 20
  }
}