Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(useradd) make sure kong:kong exist and files ownership is correct (…
…#457) * fix(useradd) make sure kong:kong exist and files ownership is correct If the group kong exists before installation, "useradd -U" would not create the kong user. The file ownership update would also fail. Firstly create the kong group; then create the kong user on demand. * fix(ownership) change the group to "root" Protect Kong files/directories. See Kong/kong-build-tools#457 (comment) * fix(package) tests for kong:kong -> kong:root * Revert "fix(ownership) change the group to "root"" This reverts commit b50c155b6bfea7a7e75f1fde4abc65af71ebbd07. * Revert "fix(package) tests for kong:kong -> kong:root" This reverts commit d66b848a68edd0e7f2a8f4b708bf5d0b1517375b. Co-authored-by: Isa Farnik <[email protected]>
- Loading branch information