tzpfms/tzpfms.sublime-project
наб 49f0a05c33
Add PCR binding. password => passphrase in manuals
All logically distinct modes are now:
  TPM1.X: passphraseless, PCRs, passphrase, passphrase & PCRs
  TPM2:   passphraseless, PCRs, passphrase, passphrase | PCRs

TPM2 sees a backward-incompatible ";pcr list" addition to its handle

Cf. https://twitter.com/nabijaczleweli/status/1463707170793562117
2021-11-28 01:33:58 +01:00

52 lines
931 B
Plaintext

{
"build_systems":
[
{
"working_dir": "$project_path",
"shell_cmd": "make -j10",
"name": "Build tzpfms",
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.sublime-syntax"
},
{
"working_dir": "$project_path",
"shell_cmd": "make clean",
"name": "Clean tzpfms",
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.sublime-syntax"
}
],
"folders":
[
{
"follow_symlinks": true,
"name": "Source",
"path": "src"
},
{
"follow_symlinks": true,
"name": "Misc source",
"path": "contrib"
},
{
"follow_symlinks": true,
"name": "Initrd plug-ins",
"path": "initrd"
},
{
"follow_symlinks": true,
"name": "Manpages",
"path": "man"
},
{
"follow_symlinks": true,
"name": "Build scripts",
"path": ".",
"file_include_patterns": [".build.yml", "*Makefile", "*.awk"],
"folder_exclude_patterns": ["*"]
},
]
}