diff options
-rw-r--r-- | protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json | 4 |
1 files changed, 3 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 716f4c4655..e3d5df7bec 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 @@ -5,7 +5,9 @@ "cgi-io": [ "exec" ], "file": { "/usr/bin/mmcli -L": [ "exec" ], - "/usr/bin/mmcli -m [0-9]": [ "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" ] } } } |