You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
I believe our intention was to allow the uid and gid to be omitted from the configuration options which falls though to searching for a kiosk user and group. Unfortunately, this does not work for the way we are setting permissions on the data_dir here https://github.com/fhunleth/webengine_kiosk/blob/master/lib/webengine_kiosk.ex#L174
This is because the check for kiosk user / group happens later. We either need to make the check happen in elixir, or make the c code responsible for setting the permissions.
The text was updated successfully, but these errors were encountered:
I believe our intention was to allow the
uid
andgid
to be omitted from the configuration options which falls though to searching for akiosk
user and group. Unfortunately, this does not work for the way we are setting permissions on the data_dir here https://github.com/fhunleth/webengine_kiosk/blob/master/lib/webengine_kiosk.ex#L174This is because the check for kiosk user / group happens later. We either need to make the check happen in elixir, or make the c code responsible for setting the permissions.
The text was updated successfully, but these errors were encountered: