MBS Plugin Documentation

Search:

Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchie

New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0

The list of the   themes,   classes,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

The class AuthorizationMBS

class AuthorizationMBS
MBS MacOSX Plugin (Authorization),

class, Authorization, MBS MacOSX Plugin (Authorization), class AuthorizationMBS, Plugin version: 2.8, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.

Function: A class to run a root shell on Mac OS X.
Notes:
Some notes from Ilija Injac on this usage of this class:

The main problem for the execution of the perl script was, that perl is not able to find the required perl-modules at execution with the option "-U" (this switch is set for security reasons).
It was also neccessary to include the perl-modules from inside the perl script wich has to be executed.
Inside the Realbasic code i created a AuthorizationItemMBS with the value "/usr/bin/perl":
...
i = new AuthorizationItemMBS
i.name = a.kAuthorizationItemRightExecute
i.value = "/usr/bin/perl"
...
Actually it is the same source as in Christians "Authorization 1" example within the "test1" function. And it works !

Some examples which use this class:


The items on this page are in the following plugins: MBS MacOSX Plugin.