mirror of
https://github.com/dokku/dokku.git
synced 2025-12-15 19:47:42 +01:00
This makes the installation a bit more secure by ensuring a user does not accidentally expose a way for unauthorized users to add new ssh keys to the system. Additionally, this removes the extra HOSTNAME file to make the initial install process easier (that file was not modifiable by any dokku commands. Closes #2247
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
dokku: command-with-path-in-maintainer-script postinst:22 /usr/bin/sshcommand
|
|
dokku: maintainer-script-calls-systemctl postinst:98
|
|
dokku: changelog-file-missing-in-native-package
|
|
dokku: statically-linked-binary
|
|
dokku: unstripped-binary-or-object
|
|
|
|
# The Go compiler is currently unable to produce read-only relocations
|
|
# (it produces static binaries).
|
|
dokku: hardening-no-relro
|
|
|
|
# Built golang binaries link to libc
|
|
dokku: missing-dependency-on-libc
|