[pbs-devel] [PATCH proxmox-backup 4/4] datastore: allow browsing signed pxar files
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Aug 3 14:10:46 CEST 2020
just because we can't verify the signature, does not mean the contents
are not accessible. it might make sense to make it obvious with a hint
or click-through warning that no signature verification can take place
or this and downloading.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
www/DataStoreContent.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js
index e8690486..62e57817 100644
--- a/www/DataStoreContent.js
+++ b/www/DataStoreContent.js
@@ -505,7 +505,7 @@ Ext.define('PBS.DataStoreContent', {
return !(data.leaf &&
data.filename &&
data.filename.endsWith('pxar.didx') &&
- data['crypt-mode'] < 2);
+ data['crypt-mode'] < 3);
}
},
]
--
2.20.1
More information about the pbs-devel
mailing list