No description
Find a file
Mikhail Novosyolov e5bb83c2f8 Harden binaries
Before:
$ binary-security-check /bin/coreutils
./bin/coreutils: -ASLR +STACK-PROT +READ-ONLY-RELOC -IMMEDIATE-BIND ~FORTIFY-SOURCE(+memcpy,+memmove,+printf,+fprintf,+poll,+explicit_bzero,+stpcpy,+strncat,+snprintf,+fread_unlocked,+strcpy,+sprintf,+fread,!strcpy,!mempcpy,!wcstombs,!read,!poll,!readlinkat,!snprintf,!stpcpy,!fread_unlocked,!stpncpy,!memmove,!memcpy,!gethostname,!mbstowcs,!getgroups,!readlink,!fread,!strncpy,!getcwd,!wcrtomb)

After:
$ binary-security-check /bin/coreutils
/bin/coreutils: +ASLR +STACK-PROT +READ-ONLY-RELOC +IMMEDIATE-BIND ~FORTIFY-SOURCE(+memcpy,+memmove,+printf,+fprintf,+poll,+explicit_bzero,+stpcpy,+strncat,+snprintf,+fread_unlocked,+strcpy,+sprintf,+fread,!strcpy,!mempcpy,!wcstombs,!read,!poll,!readlinkat,!snprintf,!stpcpy,!fread_unlocked,!stpncpy,!memmove,!memcpy,!gethostname,!mbstowcs,!getgroups,!readlink,!fread,!strncpy,!getcwd,!wcrtomb)

(enabled ASLR and IMMEDIATE-BIND)
2024-01-22 04:45:11 +03:00
.abf.yml Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-5.1.0-64bit-fixes.patch Automatic import for version 8.12 2012-02-01 14:36:01 +04:00
coreutils-8.3-groupfix.patch Automatic import for version 8.12 2012-02-01 14:36:01 +04:00
coreutils-8.3-mem.patch Automatic import for version 8.12 2012-02-01 14:36:01 +04:00
coreutils-8.4-mkdir-modenote.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-8.14-getgrouplist.patch LOG New version 8.17 (sync with Cooker), add some older Rosa 2012-08-24 23:25:39 +11:00
coreutils-8.21-dateman.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-8.22-check-string-format.patch Updated to 8.24 2016-04-17 16:42:37 +03:00
coreutils-8.24-include-missing-headers.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-8.26-selinuxenable.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-8.28-inline.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-9.3-df-direct.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-9.3-DIR_COLORS-mdkconf.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-9.3-if-lint.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-9.3-uname-processortype.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-colorls.csh add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-colorls.sh add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-DIR_COLORS.256color add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-i18n-expand-unexpand.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-i18n-fix-unexpand.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-i18n-fix2-expand-unexpand.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-i18n-sort-human.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils-i18n-un-expand-BOM.patch add selinux patchset 2019-07-27 19:22:30 +00:00
coreutils-selinux.patch Update version to 9.3 2023-05-28 09:16:56 +03:00
coreutils.spec Harden binaries 2024-01-22 04:45:11 +03:00
fileutils-4.1-ls_h.patch LOG New version 8.17 (sync with Cooker), add some older Rosa 2012-08-24 23:25:39 +11:00
gcc-wrapper.sh Harden binaries 2024-01-22 04:45:11 +03:00