diff options
Diffstat (limited to 'tcpproxy.roles')
-rw-r--r-- | tcpproxy.roles | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tcpproxy.roles b/tcpproxy.roles index 803e033..76e4ad9 100644 --- a/tcpproxy.roles +++ b/tcpproxy.roles @@ -1,4 +1,4 @@ -READ=tcpproxy:status,tcpproxy:smtpstatus,tcpproxy:listsmtpentries,tcpproxy:listsmtpfiles -UPDATE=tcpproxy:startstop,tcpproxy:expert,tcpproxy:editsmtpentry,tcpproxy:editsmtpfile -DELETE=tcpproxy:delsmtpentry,tcpproxy:delsmtpfile -CREATE=tcpproxy:createsmtpfile +USER=tcpproxy:status,tcpproxy:smtpstatus,tcpproxy:listsmtpentries,tcpproxy:listsmtpfiles,tcpproxy:startstop +EDITOR=tcpproxy:editsmtpentry,tcpproxy:editsmtpfile,tcpproxy:delsmtpentry,tcpproxy:delsmtpfile,tcpproxy:createsmtpfile +EXPERT=tcpproxy:expert +ADMIN=tcpproxy:status,tcpproxy:smtpstatus,tcpproxy:listsmtpentries,tcpproxy:listsmtpfiles,tcpproxy:startstop,tcpproxy:editsmtpentry,tcpproxy:editsmtpfile,tcpproxy:delsmtpentry,tcpproxy:delsmtpfile,tcpproxy:createsmtpfile,tcpproxy:expert |