authorized-exec/config.example.pl
Georg Pfuetzenreuter 8855996660
Example configuration
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-11 20:35:20 +02:00

11 lines
113 B
Prolog

(
'georg' => [
'^echo hi$',
'^true$',
'^printf %s [a-z0-9 ]+$',
],
'root' => [
'^ls -a /root$',
],
)