diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 764a59b9a..70df2ba65 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1133,6 +1133,7 @@ dyn_install() { echo " work at startup, waste system resources, and may pose a security" echo " risk. On some architectures, the code may not even function" echo " properly, if at all." + echo " For more information, see http://hardened.gentoo.org/pic-fix-guide.xml" echo " Please include this file in your report:" echo " ${T}/scanelf-textrel.log" echo "${f}" @@ -1158,6 +1159,7 @@ dyn_install() { echo " Files with executable stacks will not work properly (or at all!)" echo " on some architectures/operating systems. A bug should be filed" echo " at http://bugs.gentoo.org/ to make sure the file is fixed." + echo " For more information, see http://hardened.gentoo.org/gnu-stack.xml" echo " Please include this file in your report:" echo " ${T}/scanelf-exec.log" echo "${f}" |