next up previous
Next: accounting Up: authorization Previous: specific examples

per-command authorization

description: per-command authorization for cmd= and cmd-arg= av-pairs

authorization group id; regex with permitted commands; regex with deny commands; regex with permitted command arguments; regex with deny command arguments

.* - all [^.*] - nothing

permit any commands and arguments

 cmdperm | cmddeny | argperm | argdeny -----+-----+-----+-----

   .*    |         |    .*   | -----+-----+-----+-----

deny any commands and arguments

 cmdperm | cmddeny | argperm | argdeny -----+-----+-----+-----

         |   .*    |         |   .* -----+-----+-----+-----



2005-07-21