Files
luci-app-internet-detector/root/usr/share/rpcd/acl.d/luci-app-internet-detector.json
2020-07-07 17:49:06 +03:00

11 lines
189 B
JSON

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