Files
luci-app-internet-detector/root/usr/share/rpcd/acl.d/luci-app-internet-detector.json
2020-06-19 21:37:31 +03:00

11 lines
185 B
JSON

{
"luci-app-internet-detector": {
"description": "Grant access to internet-detector procedures",
"read": {
"file": {
"/bin/ping -c 1 -W 1 [0-9.]*": [ "exec" ]
}
}
}
}