Skip to content

Commit

Permalink
allow erlexec to run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jul 13, 2022
1 parent a78dcea commit 088b503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ config :nerves_runtime,
target: "host"

config :nerves_runtime, Nerves.Runtime.KV.Mock, %{"nerves_fw_devpath" => "/dev/will_not_work"}

config :erlexec,
root: true,
user: "root",
limit_users: ["root"]

0 comments on commit 088b503

Please sign in to comment.