authelia/.buildkite/hooks
Amir Zarrinkafsh bd6a8e3ea2
feat: hardened authelia binaries (#2410)
* feat: hardened authelia binaries

This change ensures that all Authelia binaries which are compiled and distributed are hardened with the following standards:

* RELRO
* Stack canary
* NX
* PIE/ASLR
* Stripped RPATH AND RUNPATH
* Stripped Symbols
* Fortify

The musl variants currently [do not support Fortify](https://wiki.musl-libc.org/future-ideas.html#Fortify).

* refactor: docker pull for authelia/crossbuild in background
2021-09-26 12:08:47 +10:00
..
post-checkout feat: build and distribute .deb packages (#2114) 2021-06-26 11:45:21 +10:00
post-command ci(buildkite): fix post-manifest tag cleanup (#2395) 2021-09-18 18:09:19 +10:00
pre-artifact feat: hardened authelia binaries (#2410) 2021-09-26 12:08:47 +10:00
pre-command feat: hardened authelia binaries (#2410) 2021-09-26 12:08:47 +10:00
pre-exit feat: build and distribute .deb packages (#2114) 2021-06-26 11:45:21 +10:00