New way of doing authenticate and install. Now with more kittens.

This commit is contained in:
Adam Ierymenko 2014-01-15 17:00:53 -08:00
commit 99c384e110
5 changed files with 136 additions and 39 deletions

View file

@ -0,0 +1,12 @@
#ifndef mac_doprivileged_h
#define mac_doprivileged_h
#ifdef __APPLE__
// commandAndArgs can contain only single-tic quotes and should redirect its
// stdout and stderr somewhere...
bool macExecutePrivilegedShellCommand(const char *commandAndArgs);
#endif
#endif