Full Disk Encryption: Difference between revisions

Added `mode = "0600";`, otherwise the content of the file is world readable.
No edit summary
Line 260: Line 260:
     mode = "0600";
     mode = "0600";
     text = ''
     text = ''
       # <volume-name> <encrypted-device> <key-file> [options]
       # <volume-name> <encrypted-device> [key-file] [options]
       cryptstorage UUID=UUID-OF-SDB /root/mykeyfile.key
       cryptstorage UUID=UUID-OF-SDB /root/mykeyfile.key
     '';
     '';