Home | History | Annotate | Download | only in fsverity-utils
      1 name: "fsverity-utils"
      2 description: "This is `fsverity`, a userspace utility 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 Merkle tree (hash tree) hidden after the end of the file.  The mechanism is similar to dm-verity, but implemented at the file level rather than at the block device level.  The `fsverity` utility allows you to set up fs-verity protected files."
      3 third_party {
      4   url {
      5     type: GIT
      6     value: "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git"
      7   }
      8   version: "23a20ab7e8371cc29015d7d5787daa73f2ddd374"
      9   license_type: RESTRICTED
     10   last_upgrade_date {
     11     year: 2019
     12     month: 2
     13     day: 11
     14   }
     15 }
     16