linuxserver / docker-syslog-ng

GNU General Public License v3.0
54 stars 9 forks source link

[FEAT] Option to run rootless mode #14

Closed shin-san closed 1 year ago

shin-san commented 1 year ago

Is this a new feature request?

Wanted change

I have currently deployed the following container in a root-access disabled k8s cluster and encountered the following error log during deployment:

s6-overlay-suexec: warning: unable to gain root privileges (is the suid bit set?)
s6-mkdir: warning: unable to mkdir /run/s6: Permission denied
s6-mkdir: warning: unable to mkdir /run/service: Permission denied
s6-overlay-suexec: fatal: child failed with exit code 111

This is currently preventing me from deploying it and was wondering if a rootless mode would be something that can be introduced to allow its deployment.

Reason for change

Allow rootless mode for the container to be deployed and run in an rootless container orchestration platform

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 1 year ago

We do not have any immediate plans to support rootless across our fleet.