X-Git-Url: https://git.cameronkatri.com/trustcache.git/blobdiff_plain/2288b178e612386e7a75471c8861c3f6d81c300d..6a5be2524f0d31a601687e8b5d09b9af92848dac:/README.txt diff --git a/README.txt b/README.txt index 295f66f..12da2b3 100644 --- a/README.txt +++ b/README.txt @@ -1,25 +1,28 @@ -TC(1) General Commands Manual TC(1) +TRUSTCACHE(1) General Commands Manual TRUSTCACHE(1) NAME - tc – Create and interact with trustcaches + trustcache – Create and interact with trustcaches SYNOPSIS - tc append [-f flags] [-u uuid | 0] infile file ... - tc create [-u uuid] [-v version] outfile file ... - tc info [-c] [-h] [-e entrynum] file - tc remove [-k] file hash ... + trustcache append [-f flags] [-u uuid | 0] infile file ... + trustcache create [-u uuid] [-v version] outfile file ... + trustcache info [-c] [-h] [-e entrynum] file + trustcache remove [-k] file hash ... DESCRIPTION - The tc utility is used to get info about and modify Apple trustcaches. + The trustcache utility is used to get info about and modify Apple + trustcaches. - The following commands are supported by tc: + The following commands are supported by trustcache: append [-f flags] [-u uuid | 0] infile file ... - Modify the trustcache at infile to include each signed Mach-O in - the specified path. uuid is used to specify a custom uuid to be - used. If it is 0, the uuid will be left the same, otherwise, it - will be regenerated. If -f is specified, any new entries with - have the flags specified at flags. + Modify the trustcache at infile to include each signed Mach-O at + the specified paths. If file is both 40 characters and + hexadecimal, that hash will be added to the cache. uuid is used + to specify a custom uuid to be used. If it is 0, the uuid will + be left the same, otherwise, it will be regenerated. If -f is + specified, any new entries with have the flags specified at + flags. create [-u uuid] [-v version] outfile file ... Create a trustcache at outfile. Each Mach-O found in the @@ -45,12 +48,13 @@ DESCRIPTION be printed. EXIT STATUS - The tc utility exits 0 on success, and >0 if an error occurs. + The trustcache utility exits 0 on success, and >0 if an error occurs. SEE ALSO cryptex-dump-trust-cache(1), cryptex-generate-trust-cache(1) HISTORY - The tc utility was written by Cameron Katri . + The trustcache utility was written by Cameron Katri + . FreeBSD 14.0-CURRENT May 19, 2022 FreeBSD 14.0-CURRENT