]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Add Christian Brauner to SECURITY.md
authorSerge Hallyn <serge@hallyn.com>
Mon, 25 Oct 2021 19:26:37 +0000 (14:26 -0500)
committerSerge Hallyn <serge@hallyn.com>
Mon, 25 Oct 2021 19:26:37 +0000 (14:26 -0500)
Signed-off-by: Serge Hallyn <serge@hallyn.com>
SECURITY.md
autogen.sh

index eb3c7875d3bb93c35bc80b5980f2eed76445e371..09acf168970c22cf884b8da59f279995c8bbe47a 100644 (file)
@@ -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 <serge@hallyn.com> (B175CFA98F192AF2)
+* Christian Brauner <christian@brauner.io> (4880B8C9BD0E5106FC070F4F7B3C391EFEA93624)
index b90fefb37aefb2642cbbc9f84e3d6135293fcdf8..336463c9c75d10000c4c977aefa9a71e40fc69bc 100755 (executable)
@@ -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 \
        "$@"