diff options
author | David Mulder <dmulder@suse.com> | 2019-11-08 20:06:53 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2020-11-26 06:52:41 +0000 |
commit | a31891c7424f22a970c91611e7beb1fa6ee75c49 (patch) | |
tree | 744719a9c8f826bc729e2914b3103252c0d6388e /bootstrap/generated-dists/debian10 | |
parent | 9ec698954d54ddf5ea38439ab335b14181bed34a (diff) | |
download | samba-a31891c7424f22a970c91611e7beb1fa6ee75c49.tar.gz |
Test password removal via python proctitle
Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'bootstrap/generated-dists/debian10')
-rwxr-xr-x | bootstrap/generated-dists/debian10/bootstrap.sh | 1 | ||||
-rw-r--r-- | bootstrap/generated-dists/debian10/packages.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/generated-dists/debian10/bootstrap.sh b/bootstrap/generated-dists/debian10/bootstrap.sh index 94f85473811..0bf5f6b50d2 100755 --- a/bootstrap/generated-dists/debian10/bootstrap.sh +++ b/bootstrap/generated-dists/debian10/bootstrap.sh @@ -92,6 +92,7 @@ apt-get -y install \ python3-matplotlib \ python3-pexpect \ python3-pyasn1 \ + python3-setproctitle \ rng-tools \ rsync \ sed \ diff --git a/bootstrap/generated-dists/debian10/packages.yml b/bootstrap/generated-dists/debian10/packages.yml index ff45afedf93..f302831ee9a 100644 --- a/bootstrap/generated-dists/debian10/packages.yml +++ b/bootstrap/generated-dists/debian10/packages.yml @@ -81,6 +81,7 @@ packages: - python3-matplotlib - python3-pexpect - python3-pyasn1 + - python3-setproctitle - rng-tools - rsync - sed |