blob: 67c6c20483cb4fc1e18e0b12076be743b0b0ee9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"user": "dnsmasq",
"publish": [ "dnsmasq" ],
"access": {
"hotplug.dhcp": {
"methods": [ "call" ]
},
"hotplug.neigh": {
"methods": [ "call" ]
},
"hotplug.tftp": {
"methods": [ "call" ]
}
}
}
|