op-packages/luci-app-switchtools/root/usr/share/rpcd/acl.d/luci-app-switchtools.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

15 lines
229 B
JSON

{
"luci-app-switchtools": {
"description": "Grant UCI access for luci-app-switchtools",
"read": {
"uci": [
"switchmode"
]
},
"write": {
"uci": [
"switchmode"
]
}
}
}