From 51bd2f8e002a00ecc83e4439bb67600fb70887a9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 20 Jan 2021 20:25:33 +0100 Subject: Debian: remove tss user, no references found in live image --- debian/vyatta-cfg-system.postinst.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 40360245..e5cc8086 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -12,12 +12,6 @@ if [ -L /etc/rcS.d/S*hwclockfirst.sh -a -L /etc/rcS.d/S*hwclock.sh ]; then rm /etc/rcS.d/S*hwclock.sh fi -# Udev package asks for user 'tss' early in boot process. -# Want to avoid going out to remote services to look for this local user -if ! grep -q '^tss' /etc/passwd; then - adduser --system --group --shell /usr/sbin/nologin --home /var/lib/tpm tss -fi - # OpenVPN should get its own user if ! grep -q '^openvpn' /etc/passwd; then sudo adduser --system --group --shell /usr/sbin/nologin --home /var/lib/openvpn openvpn -- cgit v1.2.3