mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 19:11:51 +00:00
25 lines
411 B
JSON
25 lines
411 B
JSON
|
{
|
||
|
"luci-app-firewall": {
|
||
|
"description": "Grant access to firewall configuration",
|
||
|
"read": {
|
||
|
"file": {
|
||
|
"/etc/firewall.user": [ "read" ]
|
||
|
},
|
||
|
"ubus": {
|
||
|
"file": [ "read" ],
|
||
|
"luci": [ "getConntrackHelpers" ]
|
||
|
},
|
||
|
"uci": [ "firewall" ]
|
||
|
},
|
||
|
"write": {
|
||
|
"file": {
|
||
|
"/etc/firewall.user": [ "write" ]
|
||
|
},
|
||
|
"ubus": {
|
||
|
"file": [ "write" ]
|
||
|
},
|
||
|
"uci": [ "firewall" ]
|
||
|
}
|
||
|
}
|
||
|
}
|