Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 18:43
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 ryantm/64ab95f38bce4293ed5940dff3db1b06 to your computer and use it in GitHub Desktop.
Save ryantm/64ab95f38bce4293ed5940dff3db1b06 to your computer and use it in GitHub Desktop.
/nix/store/92imn58rzhkvmk3l01484qmqryfpa36n-tpm2-abrmd-2.3.0
├── 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