xfs: fix old fuzz test invocations of xfs_repair
[xfstests-dev.git] / tests / generic / 577.out
1 QA output created by 577
2
3 # Generating certificates and private keys
4
5 # Clearing fs-verity keyring
6
7 # Loading first certificate into fs-verity keyring
8
9 # Enabling fs.verity.require_signatures
10
11 # Generating file and signing it for fs-verity
12 Signed file 'SCRATCH_MNT/file' (sha256:ecabbfca4efd69a721be824965da10d27900b109549f96687b35a4d91d810dac)
13 Signed file 'SCRATCH_MNT/file' (sha256:ecabbfca4efd69a721be824965da10d27900b109549f96687b35a4d91d810dac)
14
15 # Signing a different file for fs-verity
16 Signed file 'SCRATCH_MNT/otherfile' (sha256:b2a419c5a8c767a78c6275d6729794bf51e52ddf8713e31d12a93d61d961f49f)
17
18 # Enabling verity with valid signature (should succeed)
19
20 # Enabling verity without signature (should fail)
21 ERROR: FS_IOC_ENABLE_VERITY failed on 'SCRATCH_MNT/file.fsv': Operation not permitted
22
23 # Opening verity file without signature (should fail)
24 md5sum: SCRATCH_MNT/file.fsv: Operation not permitted
25
26 # Enabling verity with untrusted signature (should fail)
27 ERROR: FS_IOC_ENABLE_VERITY failed on 'SCRATCH_MNT/file.fsv': Required key not available
28
29 # Enabling verity with wrong file's signature (should fail)
30 ERROR: FS_IOC_ENABLE_VERITY failed on 'SCRATCH_MNT/file.fsv': Key was rejected by service
31
32 # Enabling verity with malformed signature (should fail)
33 ERROR: FS_IOC_ENABLE_VERITY failed on 'SCRATCH_MNT/file.fsv': Bad message
34
35 # Testing salt
36 Signed file 'SCRATCH_MNT/file' (sha256:1cb173bcd199133eb80e9ea4f0f741001b9e73227aa8812685156f2bc8ff45f5)
37
38 # Testing non-default hash algorithm
39
40 # Testing empty file
41 Signed file 'SCRATCH_MNT/file.fsv' (sha256:3d248ca542a24fc62d1c43b916eae5016878e2533c88238480b26128a1f1af95)