diff options
author | Lukas Voegl <lvoegl@tdt.de> | 2023-06-30 15:51:54 +0200 |
---|---|---|
committer | Lukas Voegl <lvoegl@tdt.de> | 2023-06-30 15:52:28 +0200 |
commit | 594bc35b870c09ea47a66a59c5dfafd47b9b17d5 (patch) | |
tree | 2bc4dbfc1c1099bd03b900625b786915551c2249 /protocols/luci-proto-modemmanager/root/usr | |
parent | 54aa70112c1a8310fa4ba20c9e50e16b24f519cc (diff) |
luci-proto-modemmanager: use helper in protocol
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'protocols/luci-proto-modemmanager/root/usr')
-rw-r--r-- | protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json | 4 |
1 files changed, 0 insertions, 4 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 dd4da115eb..cde3e9cbb0 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 @@ -4,10 +4,6 @@ "read": { "cgi-io": [ "exec" ], "file": { - "/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 -L -J": [ "exec" ], "/usr/bin/mmcli -m [0-9]* -J": [ "exec" ], "/usr/bin/mmcli -i [0-9]* -J": [ "exec" ], |