1234567891011121314151617181920212223242526272829303132333435 |
- {
- "luci-app-adblock-fast": {
- "description": "Grant UCI and file access for luci-app-adblock-fast",
- "read": {
- "file": {
- "/dev/shm/adblock-fast.config": [ "list", "read" ],
- "/dev/shm/adblock-fast.error": [ "list", "read" ],
- "/dev/shm/adblock-fast.status": [ "list", "read" ]
- },
- "ubus": {
- "luci.adblock-fast": [
- "getFileUrlFilesizes",
- "getInitList",
- "getInitStatus",
- "getPlatformSupport"
- ]
- },
- "uci": [
- "adblock-fast",
- "dhcp",
- "smartdns"
- ]
- },
- "write": {
- "uci": [
- "adblock-fast"
- ],
- "ubus": {
- "luci.adblock-fast": [
- "setInitAction"
- ]
- }
- }
- }
- }
|