diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-22 10:17:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-22 10:17:02 +0200 |
commit | d3224cea9b1bec0d011ec4c79d8619031f4be0a9 (patch) | |
tree | 715f1b0c38630c762e995fb611c0605d00620c10 /debian/sane-utils.postinst | |
parent | 252d827f90d1ab171e3d12d08041c3a6bc2c760d (diff) |
CVE-2017-6318debian/1.0.25-4
Diffstat (limited to 'debian/sane-utils.postinst')
-rw-r--r-- | debian/sane-utils.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst index cf97dbe..155ed22 100644 --- a/debian/sane-utils.postinst +++ b/debian/sane-utils.postinst @@ -66,7 +66,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then fi fi if [ "$SANED_IN_SCANNER" = "true" ]; then - adduser --quiet saned scanner || true + adduser --quiet saned scanner else if id saned | grep -q "groups=.*\(scanner\)"; then deluser --quiet saned scanner |