Tomáš Pecka | 24b5483 | 2024-01-17 18:10:44 +0100 | [diff] [blame] | 1 | { |
| 2 | "ietf-netconf-acm:nacm": { |
| 3 | "rule-list": [ |
| 4 | { |
| 5 | "name": "Authentication details of current user", |
| 6 | "group": [ |
| 7 | "*" |
| 8 | ], |
| 9 | "rule": [ |
| 10 | { |
Tomáš Pecka | 3414e43 | 2024-01-17 19:11:39 +0100 | [diff] [blame^] | 11 | "name": "Allow reading and executing actions in the context of the current user", |
| 12 | "access-operations": "exec read", |
Tomáš Pecka | 24b5483 | 2024-01-17 18:10:44 +0100 | [diff] [blame] | 13 | "module-name": "czechlight-system", |
| 14 | "action": "permit", |
| 15 | "path": "/czechlight-system:authentication/users[name=$USER]" |
| 16 | } |
| 17 | ] |
| 18 | } |
| 19 | ] |
| 20 | } |
| 21 | } |