diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-05-14 09:19:36 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-05-14 09:20:17 +0100 |
commit | c948e655f837dc3f03b849d388ec52508c96d533 (patch) | |
tree | a593358860b0d53c45bbb8a382ad39c14972d7d2 /sd | |
parent | 704f3155cca2e1fb5ad071539b7f8b5e5522dd97 (diff) |
Add helpful instructions nearby encrypted CVE files.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/data/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/qa/unit/data/README b/sd/qa/unit/data/README new file mode 100644 index 000000000000..2cc9fb3cb58f --- /dev/null +++ b/sd/qa/unit/data/README @@ -0,0 +1,7 @@ +Files with the string 'CVE' in their name are encrypted to avoid +problems with virus checkers on source code download.; use: + +mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt +mcrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to create new tests + +to get access to the plain files for manual testing. |