authorized-exec/config.example.pl

11 lines
113 B
Perl
Raw Normal View History

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