genode/repos/gems/run/file_vault_client_2.sh
Martin Stein 02ef158748 gems: add autopilot test 'file_vault_client'
The script tests the use of an encrypted file system that is created and
provided via the File Vault.

Furthermore the script can be used for test-driving existing File-Vault
containers (created with potentially older File-Vault versions) under the
current File-Vault version. This is done via the "LX_FS_DIR_TEMPLATE"
env variable.

Ref #5062
2024-04-12 15:00:45 +02:00

7 lines
112 B
Bash

#!/bin/bash
ls -la file_vault/
ls -la file_vault/dir_1
cat file_vault/file_1
cat file_vault/dir_1/file_2
exit 0