Package: sudo
Version: 1.8.6p3-0ubuntu3
Severity: normal
Tags: security
Sudo treats filestamps set to epoch as invalid, so the init script should set
the contents of /var/lib/sudo to epoch, and not 19850101.
ie:
find /var/lib/sudo -exec touch -d @0 '{}' \;
instead of:
find /var/lib/sudo -exec touch -t 198501010000 '{}' \;
See downstream bug report:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1223297
_______________________________________________
Secure-testing-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-team