diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2018-07-03 15:49:34 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2018-07-03 15:49:34 +0400 |
commit | efba0b1df5abe1ac972181a01bcbd208693639ae (patch) | |
tree | fd5960dc4e1c93ab40ff043f4b3f55164aaf146a /.gitignore | |
parent | e61568ee9305c6c93c1a9f298a7fe04532881f24 (diff) | |
download | mariadb-git-efba0b1df5abe1ac972181a01bcbd208693639ae.tar.gz |
MDEV-15473 Isolate/sandbox PAM modules, so that they can't crash the server.
New version of PAM plugin (v2.0) added along with the old v1.0.
There the pam module is isolated in the auth_pam_tool application so
cannot crash the server.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 832df90347b..ae36c2696af 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,7 @@ pcre/pcre_chartables.c pcre/pcregrep pcre/pcretest pcre/test*grep +plugin/auth_pam/auth_pam_tool plugin/aws_key_management/aws-sdk-cpp plugin/aws_key_management/aws_sdk_cpp plugin/aws_key_management/aws_sdk_cpp-prefix |