Skip to content

Commit 004c7ea

Browse files
committed
other luci packages: add ACL
1 parent c39f406 commit 004c7ea

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-control-timewol": {
3+
"description": "Grant UCI access for luci-app-control-timewol",
4+
"read": {
5+
"uci": [ "timewol" ]
6+
},
7+
"write": {
8+
"uci": [ "timewol" ]
9+
}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-control-webrestriction": {
3+
"description": "Grant UCI access for luci-app-control-webrestriction",
4+
"read": {
5+
"uci": [ "webrestriction" ]
6+
},
7+
"write": {
8+
"uci": [ "webrestriction" ]
9+
}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-control-weburl": {
3+
"description": "Grant UCI access for luci-app-control-weburl",
4+
"read": {
5+
"uci": [ "weburl" ]
6+
},
7+
"write": {
8+
"uci": [ "weburl" ]
9+
}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-kcptun": {
3+
"description": "Grant UCI access for luci-app-kcptun",
4+
"read": {
5+
"uci": [ "kcptun" ]
6+
},
7+
"write": {
8+
"uci": [ "kcptun" ]
9+
}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-syncthing": {
3+
"description": "Grant UCI access for luci-app-syncthing",
4+
"read": {
5+
"uci": [ "syncthing" ]
6+
},
7+
"write": {
8+
"uci": [ "syncthing" ]
9+
}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"luci-app-verysync": {
3+
"description": "Grant UCI access for luci-app-verysync",
4+
"read": {
5+
"uci": [ "verysync" ]
6+
},
7+
"write": {
8+
"uci": [ "verysync" ]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)