Document the remaining new privs
This commit is contained in:
parent
d3fd88a406
commit
2f68b6e203
1 changed files with 13 additions and 10 deletions
|
@ -432,8 +432,11 @@ privset "local_op" {
|
||||||
*
|
*
|
||||||
* oper:general: enable most general oper privileges that came
|
* oper:general: enable most general oper privileges that came
|
||||||
* with +o in older releases
|
* with +o in older releases
|
||||||
* auspex:oper: allows the oper to see through oper hiding
|
* auspex:oper: allows the oper to see through oper hiding
|
||||||
* oper:privs: allows /stats o/O and seeing privset in /whois
|
* auspex:umodes: allows viewing other users' modes
|
||||||
|
* auspex:cmodes: shows privileged cmodes
|
||||||
|
* auspex:hostname: shows hidden hostnames/ips
|
||||||
|
* oper:privs: allows /stats o/O and seeing privset in /whois
|
||||||
* oper:testline: allows /testline and /testgecos
|
* oper:testline: allows /testline and /testgecos
|
||||||
* oper:local_kill: allows local users to be /KILL'd
|
* oper:local_kill: allows local users to be /KILL'd
|
||||||
* oper:global_kill: allows local and remote users to be /KILL'd
|
* oper:global_kill: allows local and remote users to be /KILL'd
|
||||||
|
@ -447,18 +450,18 @@ privset "local_op" {
|
||||||
* may (un)load modules and see various
|
* may (un)load modules and see various
|
||||||
* additional information.
|
* additional information.
|
||||||
* oper:hidden_admin: gives admin privileges except
|
* oper:hidden_admin: gives admin privileges except
|
||||||
* will not have the admin lines in
|
* will not have the admin lines in
|
||||||
* whois.
|
* whois.
|
||||||
* oper:xline: allows use of /quote xline/unxline
|
* oper:xline: allows use of /quote xline/unxline
|
||||||
* oper:resv: allows /quote resv/unresv
|
* oper:resv: allows /quote resv/unresv
|
||||||
* oper:cmodes allows cmode +LP
|
* oper:cmodes: allows cmode +LP
|
||||||
* oper:operwall: allows the oper to send/receive operwalls
|
* oper:operwall: allows the oper to send/receive operwalls
|
||||||
* oper:spy: allows 'operspy' features to see through +s
|
* oper:spy: allows 'operspy' features to see through +s
|
||||||
* channels etc. see /quote help operspy
|
* channels etc. see /quote help operspy
|
||||||
* oper:hidden: hides the oper from /stats p
|
* oper:hidden: hides the oper from /stats p
|
||||||
* oper:remoteban: allows remote kline etc
|
* oper:remoteban: allows remote kline etc
|
||||||
* oper:mass_notice: allows sending wallops and mass notices
|
* oper:mass_notice: allows sending wallops and mass notices
|
||||||
* oper:grant: allows using the GRANT command
|
* oper:grant: allows using the GRANT command
|
||||||
*/
|
*/
|
||||||
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall;
|
privs = oper:general, auspex:oper, oper:privs, oper:testline, oper:local_kill, oper:operwall;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue