Hello monks,
I think I just need someone to smack me on the head and tell me this is a bad idea so I can move on. What I've been thinking about is an Attribute::Handler that controls user access to a subroutine or method. It would look some thing like this:
read_log('failed'); slurp_shadow(); sub read_log :access_list('rlb3','root') { ... } sub slurp_shadow :access_root { ... }
Is this as dumb an idea as I think or is there some hope?
Thanks,
In reply to User access controlled by subroutine attribute. by rlb3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |