mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-31 14:40:36 +03:00
Remaster luci-app-youtubeUnblock from deprecated lua scripts to
client-side JS
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"luci-app-youtubeUnblock": {
|
||||
"description": "Grant UCI access for luci-app-youtubeUnblock",
|
||||
"read": {
|
||||
"cgi-io": [ "exec" ],
|
||||
"file": {
|
||||
"/etc/init.d/youtubeUnblock status" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock enabled" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock start" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock stop" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock restart" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock enable" : [ "exec" ],
|
||||
"/etc/init.d/youtubeUnblock disable" : [ "exec" ],
|
||||
"/etc/init.d/firewall reload" : [ "exec" ],
|
||||
"/usr/bin/youtubeUnblock --version" : [ "exec" ],
|
||||
"/sbin/logread -e youtubeUnblock -l [0-9]*": [ "exec" ],
|
||||
"/usr/sbin/logread -e youtubeUnblock -l [0-9]*": [ "exec" ]
|
||||
},
|
||||
"uci": [ "youtubeUnblock" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "youtubeUnblock" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user