Skip to content

Commit

Permalink
hardened-malloc-kicksecure man seccomp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Dec 20, 2020
1 parent 112ac79 commit 2e6e3a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion usr/share/genmkfile/make-helper-one.bsh
Expand Up @@ -1146,7 +1146,13 @@ make_lintian_on_warning() {
make_lintian() {
test -f "$make_main_changes_file"
if [ "$DEBUILD_LINTIAN_OPTS" = "" ]; then
export DEBUILD_LINTIAN_OPTS="--suppress-tags testsuite-autopkgtest-missing --quiet --pedantic --info --display-info"
## TODO: Debian bullseye
## '--suppress-tags manpage-has-bad-whatis-entry' can maybe get removed.
## `man` `seccomp` workaround.
## See hardened_malloc debian/50hardened-malloc for more information.
## https://github.com/Whonix/hardened_malloc/blob/master/debian/50hardened-malloc
## https://forums.whonix.org/t/hardened-malloc-hardened-memory-allocator/7474/135
export DEBUILD_LINTIAN_OPTS="--suppress-tags testsuite-autopkgtest-missing --suppress-tags manpage-has-bad-whatis-entry --quiet --pedantic --info --display-info"
fi
local make_lintian_exit_code="0"
echo "lintian $genmkfile_lintian_pre_opts $DEBUILD_LINTIAN_OPTS $genmkfile_lintian_post_opts \"$make_main_changes_file\""
Expand Down

0 comments on commit 2e6e3a9

Please sign in to comment.