Files

43 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2020-06-19 20:43:08 +03:00
{
2021-11-04 18:57:08 +03:00
"luci-app-ruantiblock": {
"description": "Grant access to ruantiblock procedures",
"read": {
"cgi-io": [ "exec" ],
"file": {
2022-01-06 00:49:07 +03:00
"/usr/libexec/ruantiblock": [ "list" ],
2021-11-04 18:57:08 +03:00
"/etc/ruantiblock/fqdn_filter": [ "read" ],
"/etc/ruantiblock/ip_filter": [ "read" ],
"/etc/ruantiblock/user_lists/*": [ "read" ],
2023-07-31 01:12:53 +03:00
"/etc/ruantiblock/bypass_entries": [ "read" ],
2024-09-23 00:52:58 +03:00
"/etc/ruantiblock/gr_excluded_nets": [ "read" ],
"/etc/ruantiblock/gr_excluded_sld": [ "read" ],
2021-11-04 18:57:08 +03:00
"/var/run/ruantiblock.token": [ "read" ],
"/etc/tor/torrc": [ "read" ],
"/etc/crontabs/root": [ "read" ],
2022-05-10 01:22:25 +03:00
"/usr/bin/ruantiblock*": [ "exec" ],
2023-01-15 01:23:06 +03:00
"/sbin/logread -e ruantiblock:": [ "exec" ],
"/usr/sbin/logread -e ruantiblock:": [ "exec" ],
"/tmp": [ "list" ]
2021-11-04 18:57:08 +03:00
},
"uci": [ "network", "ruantiblock" ],
"ubus": {
2024-11-26 17:27:10 +03:00
"luci": [ "getInitList", "setInitAction" ],
"service": [ "list" ]
2021-11-04 18:57:08 +03:00
}
},
"write": {
"file": {
"/etc/ruantiblock/fqdn_filter": [ "write" ],
"/etc/ruantiblock/ip_filter": [ "write" ],
"/etc/ruantiblock/user_lists/*": [ "write" ],
2023-07-31 01:12:53 +03:00
"/etc/ruantiblock/bypass_entries": [ "write" ],
2024-09-23 00:52:58 +03:00
"/etc/ruantiblock/gr_excluded_nets": [ "write" ],
"/etc/ruantiblock/gr_excluded_sld": [ "write" ],
2021-11-04 18:57:08 +03:00
"/etc/tor/torrc": [ "write" ],
"/etc/crontabs/root": [ "write" ]
},
"uci": [ "ruantiblock" ]
}
}
2020-06-19 20:43:08 +03:00
}