diff options
author | Lukas Voegl <lvoegl@tdt.de> | 2023-06-02 14:21:43 +0200 |
---|---|---|
committer | Lukas Voegl <lvoegl@tdt.de> | 2023-06-30 15:52:28 +0200 |
commit | 54aa70112c1a8310fa4ba20c9e50e16b24f519cc (patch) | |
tree | 4fc864d8b1bc59b3315a0803b4d53c356324feb5 /protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json | |
parent | b3e7ec1f706aff2482fe562b99d1085073ad7d37 (diff) |
luci-proto-modemmanager: add status page
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json')
-rw-r--r-- | protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json b/protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json index e3d5df7bec..dd4da115eb 100644 --- a/protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json +++ b/protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json @@ -7,7 +7,11 @@ "/usr/bin/mmcli -L": [ "exec" ], "/usr/bin/mmcli -m [0-9]": [ "exec" ], "/usr/bin/mmcli -m [0-9][0-9]": [ "exec" ], - "/usr/bin/mmcli -m [0-9][0-9][0-9]": [ "exec" ] + "/usr/bin/mmcli -m [0-9][0-9][0-9]": [ "exec" ], + "/usr/bin/mmcli -L -J": [ "exec" ], + "/usr/bin/mmcli -m [0-9]* -J": [ "exec" ], + "/usr/bin/mmcli -i [0-9]* -J": [ "exec" ], + "/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ] } } } |