Skip to content

Commit

Permalink
ACL, reboot/halt. wrong pattern, for #3187
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Feb 5, 2019
1 parent 8f45e0d commit 7ee1110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/opnsense/mvc/app/models/OPNsense/Core/ACL/ACL.xml
Expand Up @@ -79,8 +79,8 @@
<page-diagnostics-haltsystem>
<name>Diagnostics: Halt system</name>
<patterns>
<pattern>/ui/core/halt</pattern>
<pattern>/api/core/system/halt</pattern>
<pattern>ui/core/halt</pattern>
<pattern>api/core/system/halt</pattern>
</patterns>
</page-diagnostics-haltsystem>
<page-diagnostics-limiter-info>
Expand Down Expand Up @@ -149,8 +149,8 @@
<page-diagnostics-rebootsystem>
<name>Diagnostics: Reboot System</name>
<patterns>
<pattern>/ui/core/reboot</pattern>
<pattern>/api/core/system/reboot</pattern>
<pattern>ui/core/reboot</pattern>
<pattern>api/core/system/reboot</pattern>
</patterns>
</page-diagnostics-rebootsystem>
<page-diagnostics-resetstate>
Expand Down

0 comments on commit 7ee1110

Please sign in to comment.