1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

Test password removal via python proctitle

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
David Mulder
2019-11-08 20:06:53 +00:00
committed by Stefan Metzmacher
parent 9ec698954d
commit a31891c742
25 changed files with 75 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ PKGS = [
('python3-dnspython', 'python3-dns'),
('python3-pexpect', ''), # for wintest only
('python3-pyasn1', 'python3-pyasn1'), # for krb5 tests
('python3-setproctitle', 'python3-setproctitle'),
('', 'libsemanage-python'),
('', 'policycoreutils-python'),
@@ -451,6 +452,7 @@ RPM_DISTS = {
'libcephfs-devel': '',
'gnutls-devel': 'compat-gnutls34-devel',
'liburing-devel': '', # not available
'python3-setproctitle': 'python36-setproctitle',
}
},
'centos8': {