initial commit
This commit is contained in:
17
root/usr/share/rpcd/acl.d/luci-app-tailscale.json
Normal file
17
root/usr/share/rpcd/acl.d/luci-app-tailscale.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"luci-app-tailscale": {
|
||||
"description": "Grant access to Tailscale configuration",
|
||||
"read": {
|
||||
"file": {
|
||||
"/sbin/ifconfig": [ "exec" ]
|
||||
},
|
||||
"ubus": {
|
||||
"service": [ "list" ]
|
||||
},
|
||||
"uci": [ "tailscale" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "tailscale" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user