cifs: enable seal by default

This commit is contained in:
Girish Ramakrishnan
2024-04-15 21:54:40 +02:00
parent 1008ec4fa1
commit 5dbe2ce2e4
3 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
password: '',
diskPath: '',
user: '',
seal: false,
seal: true,
port: 22,
privateKey: ''
};