Summary: | [NEW PORT] security/hardening-check: Check binaries for security hardening features | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jov <amutu> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | Keywords: | feature | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://wiki.debian.org/Hardening | ||||||
Attachments: |
|
Description
Jov
2017-06-24 08:17:20 UTC
A commit references this bug: Author: pi Date: Wed Jul 5 18:02:03 UTC 2017 New revision: 445088 URL: https://svnweb.freebsd.org/changeset/ports/445088 Log: New port: security/hardening-check Check binaries for security hardening features Hardening-check is a perl script to verify that the resulting binary does, in fact, have hardening features enabled, you can use it to test each ELF binary and the output will show if the binary has position independent executable, stack protected, fortify source functions(not supported on FreeBSD now), read only relocations or immediate binding supported. WWW: https://wiki.debian.org/Hardening PR: 220245 Submitted by: amutu@amutu.com Changes: head/security/Makefile head/security/hardening-check/ head/security/hardening-check/Makefile head/security/hardening-check/distinfo head/security/hardening-check/pkg-descr Committed, thanks! |