mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Development / API / ACL - fix compile issue
This commit is contained in:
parent
24781a0bce
commit
37acfd706b
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@ are stored in the location [VENDOR]/[MODULE]/ACL/ACL.xml. The format of the file
|
|||
.. code-block:: html
|
||||
|
||||
<acl>
|
||||
<my-unique-acl-key> <---- as stored for the user/group
|
||||
<name>My ACL name</name> <---- name visible in the user manager
|
||||
<my-unique-acl-key> <!-- as stored for the user/group -->
|
||||
<name>My ACL name</name> <!-- name visible in the user manager -->
|
||||
<patterns>
|
||||
<pattern>path/to/my/module</pattern> <--- list of uri's this ACL should unlock.
|
||||
<pattern>path/to/my/module</pattern> <!-- list of uri's this ACL should unlock. -->
|
||||
</patterns>
|
||||
</my-unique-acl-key>
|
||||
</acL>
|
||||
|
|
|
|||
Loading…
Reference in a new issue