luci-app-sfe: add ACL file

This commit is contained in:
CN_SZTL 2020-07-13 23:46:39 +08:00
parent 2fe6d79d56
commit e5c4551418
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -0,0 +1,11 @@
{
"luci-app-sfe": {
"description": "Grant UCI access for luci-app-sfe",
"read": {
"uci": [ "sfe" ]
},
"write": {
"uci": [ "sfe" ]
}
}
}