mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-19 13:48:08 +08:00
15 lines
270 B
Diff
15 lines
270 B
Diff
-- /dev/null
|
|
+++ b/luci-app-oaf/root/usr/share/rpcd/acl.d/luci-app-oaf.json
|
|
@@ -0,0 +1,11 @@
|
|
+{
|
|
+ "luci-app-oaf": {
|
|
+ "description": "Grant UCI access for luci-app-oaf",
|
|
+ "read": {
|
|
+ "uci": [ "appfilter" ]
|
|
+ },
|
|
+ "write": {
|
|
+ "uci": [ "appfilter" ]
|
|
+ }
|
|
+ }
|
|
+}
|