blob: 6604b16789273ce0ed98abbe3e877672c910daf5 [file] [log] [blame]
Tomáš Pecka24b54832024-01-17 18:10:44 +01001{
2 "ietf-netconf-acm:nacm": {
3 "rule-list": [
4 {
5 "name": "Authentication details of current user",
6 "group": [
7 "*"
8 ],
9 "rule": [
10 {
Tomáš Pecka3414e432024-01-17 19:11:39 +010011 "name": "Allow reading and executing actions in the context of the current user",
12 "access-operations": "exec read",
Tomáš Pecka24b54832024-01-17 18:10:44 +010013 "module-name": "czechlight-system",
14 "action": "permit",
15 "path": "/czechlight-system:authentication/users[name=$USER]"
16 }
17 ]
18 }
19 ]
20 }
21}