X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b04fe171f0375ecd5d8a24747ca1dff85720a0ca..6b200bc335dc93c5516ccb52f14bd896d8c7fad7:/SecurityTests/clxutils/trustApps/trustApps.cpp?ds=sidebyside diff --git a/SecurityTests/clxutils/trustApps/trustApps.cpp b/SecurityTests/clxutils/trustApps/trustApps.cpp deleted file mode 100644 index f555b597..00000000 --- a/SecurityTests/clxutils/trustApps/trustApps.cpp +++ /dev/null @@ -1,153 +0,0 @@ -/* - * trustApps.cpp - set list of trusted apps for specified executable - */ -#include -#include -#include -#include -#include - -static void usage(char **argv) -{ - printf("Usage: %s keychain [-q(uiet)] executable ...\n", argv[0]); - exit(1); -} - -int main(int argc, char **argv) -{ - if(argc < 3) { - usage(argv); - } - - const char *keychainName = argv[1]; - int nextArg; - bool quiet = false; - OSStatus ortn; - - for(nextArg=2; nextArg