/run-with-privileges-on-osx

Tiny tool for running other programs with elevated privileges on Mac OS X.

Primary LanguageCApache License 2.0Apache-2.0

Running with elevated privileges on Mac OS X
============================================

As the name suggests, this tool is able to launch other programs with elevated
privileges on Mac OS X. Darwin is probably missing such a tool (a.k.a graphical
sudo).

Running it is straightforward, just append the executable path and its arguments
on the command-line.

Compiling
=========

1. Get XCode
2. Open the project
3. Build using the "Release" target
4. Enjoy either as a standalone tool, or embedded as an external tool for your own applications.

License
=======

Copyright 2008 Julien Ponge. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Hacking
=======

Feel-free to fix any issue that you might encounter!

The source is available from Github:
http://github.com/jponge/run-with-privileges-on-osx/tree/master