Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some issues found with hardening the agent:
1. Make sure the group created in the Dockerfile is 5000 as intended 2. Give the `logdna` binary with the effective bit since it's not capability aware 3. Remove `securityContext` since we don't want to run as non-root in the default behavior 4. Add documentation about running as non-root
- Loading branch information