mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
02ef158748
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
7 lines
112 B
Bash
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
|