Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 24, 2020 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/45d7193c4a22baa1b3647a67984d6016 to your computer and use it in GitHub Desktop.
Save r-ryantm/45d7193c4a22baa1b3647a67984d6016 to your computer and use it in GitHub Desktop.
/nix/store/xyjkpyvrkxvggm53wxy5rkdnz9ngs3b8-tpm2-abrmd-2.3.3
├── bin
│   └── tpm2-abrmd
├── etc
│   └── dbus-1
│   └── system.d
│   └── tpm2-abrmd.conf
├── include
│   └── tss2
│   └── tss2-tcti-tabrmd.h
├── lib
│   ├── libtss2-tcti-tabrmd.la
│   ├── libtss2-tcti-tabrmd.so -> libtss2-tcti-tabrmd.so.0.0.0
│   ├── libtss2-tcti-tabrmd.so.0 -> libtss2-tcti-tabrmd.so.0.0.0
│   ├── libtss2-tcti-tabrmd.so.0.0.0
│   ├── pkgconfig
│   │   └── tss2-tcti-tabrmd.pc
│   └── systemd
│   ├── system
│   │   └── tpm2-abrmd.service
│   └── system-preset
│   └── tpm2-abrmd.preset
├── sbin -> bin
└── share
├── dbus-1
│   └── system-services
│   └── com.intel.tss2.Tabrmd.service
└── man
├── man3
│   └── Tss2_Tcti_Tabrmd_Init.3.gz
├── man7
│   └── tss2-tcti-tabrmd.7.gz
└── man8
└── tpm2-abrmd.8.gz
19 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment