diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-20 20:25:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-20 20:25:33 +0100 |
commit | 51bd2f8e002a00ecc83e4439bb67600fb70887a9 (patch) | |
tree | e75d5e02468ab31b6e6c84ca3afad2a5572a86e5 /debian | |
parent | d8317d9225990cfbb5c5bf1a6bb425451f442a7f (diff) | |
download | vyatta-cfg-system-51bd2f8e002a00ecc83e4439bb67600fb70887a9.tar.gz vyatta-cfg-system-51bd2f8e002a00ecc83e4439bb67600fb70887a9.zip |
Debian: remove tss user, no references found in live image
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 0 insertions, 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 |