mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
24 lines
411 B
JSON
24 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" ]
|
|
}
|
|
}
|
|
}
|