From: Serge Hallyn Date: Mon, 25 Oct 2021 19:26:37 +0000 (-0500) Subject: Add Christian Brauner to SECURITY.md X-Git-Tag: 4.10~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b5983301ff96da9967b9b87487513be681947e;p=thirdparty%2Fshadow.git Add Christian Brauner to SECURITY.md Signed-off-by: Serge Hallyn --- diff --git a/SECURITY.md b/SECURITY.md index eb3c7875d..09acf1689 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,4 +6,6 @@ At the moment only the latest release is supported. ## Reporting a Vulnerability -Security vulnerabilities may be reported to serge@hallyn.com (B175CFA98F192AF2). +Security vulnerabilities may be reported to +* Serge Hallyn (B175CFA98F192AF2) +* Christian Brauner (4880B8C9BD0E5106FC070F4F7B3C391EFEA93624) diff --git a/autogen.sh b/autogen.sh index b90fefb37..336463c9c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ autoreconf -v -f --install || exit 1 CFLAGS="-O2 -Wall" \ --enable-man \ --enable-maintainer-mode \ - --enable-shared \ + --disable-shared \ --without-libpam \ --with-selinux \ "$@"