Skip to content

Commit

Permalink
luci-app-travelmate: fix ACL typo
Browse files Browse the repository at this point in the history
* fix long standing ACL path typo

Signed-off-by: Dirk Brenken <[email protected]>
  • Loading branch information
dibdot committed Oct 27, 2023
1 parent 5efa9c5 commit 71931c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 71931c2

Please sign in to comment.