1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-15473 Isolate/sandbox PAM modules, so that they can't crash the server

tests fixed.
This commit is contained in:
Alexey Botchkov
2018-07-04 23:15:25 +04:00
parent 725c3df53e
commit 9183f66f05
2 changed files with 2 additions and 4 deletions

View File

@ -12,9 +12,7 @@ sub cassandra_running() {
sub skip_combinations {
my %skip;
$skip{'t/pam.test'} = 'No pam setup for mtr'
unless -e '/etc/pam.d/mariadb_mtr';
$skip{'t/pam_v1.test'} = 'No pam setup for mtr'
$skip{'t/pam_init.inc'} = 'No pam setup for mtr'
unless -e '/etc/pam.d/mariadb_mtr';
$skip{'t/cassandra.test'} = 'Cassandra is not running'
unless cassandra_running();