Bunch more control plane work, and shelve old UI -- React FTW.
This commit is contained in:
12
attic/ZeroTierUI/mac_doprivileged.h
Normal file
12
attic/ZeroTierUI/mac_doprivileged.h
Normal 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
|
||||
Reference in New Issue
Block a user