diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-12-01 16:59:57 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-03-07 16:32:40 +0100 |
commit | 4249473dbaf5a96a492e24b02787aa9f229fff7a (patch) | |
tree | 5cdbc4464d6fbfab157a67cff6ea90878da7bd09 /debian/control | |
parent | de0669a15365f97ccf89b02c8223434e618a8ac4 (diff) | |
download | vyos-1x-4249473dbaf5a96a492e24b02787aa9f229fff7a.tar.gz vyos-1x-4249473dbaf5a96a492e24b02787aa9f229fff7a.zip |
config: T4919: Add support for encrypted config file with TPM
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 726a083f2..dddc4e14c 100644 --- a/debian/control +++ b/debian/control @@ -304,6 +304,10 @@ Depends: # For "run monitor bandwidth" bmon, # End Operational mode +## TPM tools + cryptsetup, + tpm2-tools, +## End TPM tools ## Optional utilities easy-rsa, tcptraceroute, |