The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

munchies_admin - Run subroutines as the super user

SYNOPSIS

munchies_admin -c subroutine [-o var=value,...]

Run subroutine as the super user only if the excuting user is permitted

munchies_admin -H|-h

Display man page/usage string

VERSION

0.6.$Rev: 1300 $

DESCRIPTION

This program exposes the subroutines in the App::Munchies::Admin module. Runs suid root. Only executes the subroutine as the super user if the subroutine name appears in a secure list belonging to one of the user's groups

REQUIRED ARGUMENTS

-c subroutine

OPTIONS

-D

Turn debugging on

-n

Do not prompt for debugging

DIAGNOSTICS

Prints errors to stderr

EXIT STATUS

Returns zero on success, non zero on failure

CONFIGURATION

Uses the constructor's appclass attribute to locate a configuration file

DEPENDENCIES

App::Munchies::Admin

INCOMPATIBILITIES

None

BUGS AND LIMITATIONS

Send reports to Support at RoxSoft.co.uk

AUTHOR

Peter Flanigan

LICENSE AND COPYRIGHT

Copyright (c) 2012 Peter Flanigan

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself