mirror of https://github.com/openwrt/luci.git
luci-app-travelmate: fix ACL typo
* fix long standing ACL path typo Signed-off-by: Dirk Brenken <dev@brenken.org>pull/6659/head
parent
5efa9c52c8
commit
71931c2314
|
@ -16,7 +16,7 @@
|
|||
"/tmp/trm_runtime.json": [ "read" ],
|
||||
"/sbin/logread -e trm-": [ "exec" ],
|
||||
"/usr/sbin/logread -e trm-": [ "exec" ],
|
||||
"/usr/sbin/ifup *": [ "exec" ],
|
||||
"/sbin/ifup *": [ "exec" ],
|
||||
"/etc/init.d/travelmate start" : [ "exec" ],
|
||||
"/etc/init.d/travelmate stop" : [ "exec" ],
|
||||
"/etc/init.d/travelmate reload" : [ "exec" ],
|
||||
|
|
Loading…
Reference in New Issue