summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json
blob: 716f4c465515d5b4d994fcc1540a6ccf99b844b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"luci-proto-modemmanager": {
		"description": "Grant access to mmcli",
		"read": {
			"cgi-io": [ "exec" ],
			"file": {
				"/usr/bin/mmcli -L": [ "exec" ],
				"/usr/bin/mmcli -m [0-9]": [ "exec" ]
			}
		}
	}
}