aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Privileges.pm
Commit message (Collapse)AuthorAgeFilesLines
* - drop USE_* variables (configurable privileges method)Matteo Pasotti2013-08-191-12/+5
|
* - AdminPanel/Privileges.pm: added support to pam / consolehelperMatteo Pasotti2013-01-041-2/+6
| | | | | | - extras/README: added info to configure pam for apanel - apanel.pl: using pam as default
* - Privileges.pm: added support to sudoMatteo Pasotti2013-01-041-2/+21
| | | | | - apanel.pl: using polkit as default
* - rename Auth.pm --> Privileges.pmMatteo Pasotti2013-01-031-0/+45
- moved Privileges module to a dedicated namespace (AdminPanel) - Privileges module now use English (for readability)