Package: sudo Version: 1.8.9p4-1 Followup-For: Bug #735328 Dear Maintainer,
I have the same problem after installing the sudo version 1.8.9p4-1. Each time sudo is called it prints a 2-lines error message: ------------------------------------ $ sudo ls sudo: value `0022' is invalid for option `umask' sudo: value `0007' is invalid for option `umask' [sudo] password for user: ------------------------------------ And here is the corresponding sudo conf file which seems to be posing problem: ------------------------------------ $ cat /etc/sudoers.d/umasks #UMASK is not unioned with the one set in the PAM module Defaults umask_override #Default UMASK is 007 for non-root users Defaults umask=0007 #Root UMASK is 022, to overcome permission problems when installing packages Defaults>root umask=0022 ------------------------------------ Now the directives 'Defaults umask=XXXX' seem to not be working at all anymore (umasks are not applied). -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (995, 'testing'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.10.9-xxxx-grs-ipv6-64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sudo depends on: ii libc6 2.17-97 ii libpam-modules 1.1.3-9 ii libpam0g 1.1.3-9 ii libselinux1 2.2.2-1 sudo recommends no packages. sudo suggests no packages. -- Configuration Files: /etc/sudoers [Errno 13] Permission denied: u'/etc/sudoers' /etc/sudoers.d/README [Errno 13] Permission denied: u'/etc/sudoers.d/README' -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

