wings/config
Michael Parker 49b00fc48a
resolve issues with missing user in containers
This change resolves an issue in container where the user id is not found.

This will create a passwd file with a single line that is for the container user using the uid and gid of the pterodactyl user.

As an added security benefit this would also stop users being able to just use `/bin/bash` as it sets the users terminal to nologin by default and is configurable

example passwd file contents  
`container999:999::/home/container:/usr/sbin/nologin`
2023-08-12 17:26:23 -04:00
..
config_docker.go environment(docker): fix podman compatibility (#151) 2022-11-06 13:33:01 -07:00
config.go resolve issues with missing user in containers 2023-08-12 17:26:23 -04:00