diff --git a/SECURITY.md b/SECURITY.md index eb3c7875..09acf168 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 b90fefb3..336463c9 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 \ "$@"