Publisher's Description
From Oak & Apple Productions:
Privileged Exec is an AppleScript framework that makes it extremely easy to create applications that run Unix commands as root, without prompting the user for an administrator password every time. This is accomplished by securely storing an administrator password in the default keychain. This password can then be used to run any Unix commands as root with no user interaction.
By putting your code in the handler "theCommands()" you quickly create an application that can run any Unix tasks you want with no user interaction after initial setup. The first time your application is run, it will ask the user for an administrator password. This password will then be stored in the system Keychain and on subsequent runs, your application will retrieve the password from the keychain and use the password to execute any commands that you want to run with administrator privileges. All of the password management is provided in the Privileged Exec framework.
The Privileged Exec framework can also locate a specific application or file if needed for your command.
What's new in this version:
- Fixed bug where the "this is the first time..." dialogue always appeared if 'locateTargetApp' was false
- Fixed bug where if the administrator password changed, Privileged Exec failed to update it to the new one.
- Added support for password input to be masked by bullets if the scripting addition 'System.osax' is installed.
More Popular Programming Software downloads
- Adobe AIR
264 downloads
- OpenGL Extensions Viewer
117 downloads
- JavaScript OSA
110 downloads
- NetBeans
83 downloads
- LaunchPad
81 downloads