From 863238ee510d616021b0a74fb38dab6dd6ce809c Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Wed, 11 Aug 2021 18:28:07 +0200 Subject: luci-app-travelmate: sync with travelmate 2.0.5 * support new features of travelmate 2.0.5 * made the station manager more comfortable * a few minor bugfixes * sync translations Signed-off-by: Dirk Brenken --- .../root/usr/share/rpcd/acl.d/luci-app-travelmate.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/luci-app-travelmate/root/usr/share') diff --git a/applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json b/applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json index 0fecc9a484..ffd5fe3bdb 100644 --- a/applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json +++ b/applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json @@ -16,8 +16,10 @@ "/tmp/trm_runtime.json": [ "read" ], "/sbin/logread -e trm-": [ "exec" ], "/usr/sbin/logread -e trm-": [ "exec" ], + "/usr/sbin/ifup *": [ "exec" ], "/etc/init.d/travelmate reload" : [ "exec" ], "/etc/init.d/travelmate restart" : [ "exec" ], + "/etc/init.d/travelmate assoc" : [ "exec" ], "/etc/init.d/travelmate setup [0-9a-z_]* [0-9a-z_]* [0-9]*" : [ "exec" ], "/etc/init.d/travelmate scan radio[0-9]" : [ "exec" ], "/usr/bin/qrencode --inline --8bit --type=SVG --output=- *" : [ "exec" ] -- cgit v1.2.3