This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
main.c | ||
| |
run-with-privileges-on-osx.xcodeproj/ |
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












