Michal Vasko | 0e663ec | 2022-07-13 18:35:37 +0200 | [diff] [blame] | 1 | <nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"> |
Radek Krejci | ed5acc5 | 2019-04-25 15:57:04 +0200 | [diff] [blame] | 2 | <rule-list> |
| 3 | <name>almighty</name> |
| 4 | <group>almighty</group> |
Michal Vasko | 0e663ec | 2022-07-13 18:35:37 +0200 | [diff] [blame] | 5 | <group>test</group> |
Radek Krejci | ed5acc5 | 2019-04-25 15:57:04 +0200 | [diff] [blame] | 6 | <rule> |
| 7 | <name>almighty<module-name></name> *</module-name> |
| 8 | <access-operations>*</access-operations> |
| 9 | <action>permit</action> |
| 10 | </rule> |
| 11 | </rule-list> |
| 12 | <groups> |
| 13 | <group> |
| 14 | <name>test</name> |
| 15 | <user-name>smith</user-name> |
| 16 | </group> |
| 17 | <group> |
| 18 | <name>almighty</name> |
| 19 | <user-name>smith</user-name> |
| 20 | <user-name>doe</user-name> |
| 21 | </group> |
| 22 | </groups> |
| 23 | <denied-operations>0</denied-operations> |
| 24 | <denied-data-writes>0</denied-data-writes> |
| 25 | <denied-notifications>0</denied-notifications> |
| 26 | </nacm> |