Browse Source

changed file permissions of secret.bin

master
Michael Preisach 6 years ago
parent
commit
a5fda98bb0
  1. 1
      create-luks-tpm.sh
  2. 3
      tags

1
create-luks-tpm.sh

@ -5,6 +5,7 @@ CRYPTFS=/dev/nvme0n1p3
echo "creating secret key"
tpm2_getrandom 32 -o /root/secret.bin
chmod 600 /root/secret.bin
cryptsetup luksAddKey $CRYPTFS /root/secret.bin
/usr/sbin/update-luks-tpm.sh

3
tags

@ -6,4 +6,7 @@
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
!_TAG_PROGRAM_VERSION 0.0.0 /a3c87ab5/
Details / manual installation README.md /^## Details \/ manual installation$/;" s
Result README.md /^## Result$/;" s
Usage README.md /^## Usage$/;" s
trustedboot README.md /^# trustedboot$/;" c

Loading…
Cancel
Save