|
Asterisk - The Open Source Telephony Project GIT-master-f08020d
|
List of restrictions per user. More...

Data Fields | ||
| char * | command | |
| struct { | ||
| struct cli_perm * next | ||
| } | list | |
| unsigned int | permit:1 | |
List of restrictions per user.
Definition at line 69 of file main/cli.c.
| char* command |
Command name (to apply restrictions)
Definition at line 71 of file main/cli.c.
Referenced by ast_cli_perms_init(), cli_has_permissions(), destroy_user_perms(), and handle_cli_show_permissions().
| struct { ... } list |
Referenced by cli_has_permissions().
| struct cli_perm* next |
Definition at line 72 of file main/cli.c.
| unsigned int permit |
1=Permit 0=Deny
Definition at line 70 of file main/cli.c.
Referenced by ast_cli_perms_init(), cli_has_permissions(), and handle_cli_show_permissions().