Give the sysop group protected vars access rights

- Define `abusefilter-protected-vars-log` as an available right as
  it wasn't already
- Give the `sysop` group the `abusefilter-access-protected-vars` and
  `abusefilter-protected-vars-log` rights

Bug: T369610
Change-Id: I44d3824e3d47ad94e8a94e185997c4a8e9d50199
Depends-On: Id8898c17396af0f59ef2d82967e7d85ae4f0cd88
This commit is contained in:
STran 2024-10-15 02:54:06 -07:00
parent 08910fcf38
commit ce79c13031

View file

@ -30,7 +30,8 @@
"abusefilter-modify-global",
"abusefilter-modify-blocked-external-domains",
"abusefilter-bypass-blocked-external-domains",
"abusefilter-access-protected-vars"
"abusefilter-access-protected-vars",
"abusefilter-protected-vars-log"
],
"GroupPermissions": {
"*": {
@ -44,7 +45,9 @@
"abusefilter-modify": true,
"abusefilter-modify-restricted": true,
"abusefilter-revert": true,
"abusefilter-modify-blocked-external-domains": true
"abusefilter-modify-blocked-external-domains": true,
"abusefilter-access-protected-vars": true,
"abusefilter-protected-vars-log": true
},
"suppress": {
"abusefilter-hidden-log": true,