mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"luci-app-shadowsocks-libev": {
 | |
| 		"description": "Grant service list access to LuCI app shadowsocks-libev",
 | |
| 		"read": {
 | |
| 			"ubus": {
 | |
| 				"service": [ "list" ]
 | |
| 			},
 | |
| 			"uci": [ "shadowsocks-libev" ]
 | |
| 		},
 | |
| 		"write": {
 | |
| 			"file": {
 | |
| 				"/etc/shadowsocks-libev/*": [ "write" ]
 | |
| 			},
 | |
| 			"uci": [ "shadowsocks-libev" ]
 | |
| 		}
 | |
| 	}
 | |
| }
 |