=== modified file 'TODO' --- TODO 2015-08-10 09:00:23 +0000 +++ TODO 2015-10-04 13:44:03 +0000 @@ -20,6 +20,8 @@ * mandos-applet * mandos-client +** TODO A --server option which only adds to the server list. + (Unlike --connect, which implicitly disables zeroconf.) ** TODO [#B] Use capabilities instead of seteuid(). https://forums.grsecurity.net/viewtopic.php?f=7&t=2522 ** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton() === modified file 'initramfs-tools-hook' --- initramfs-tools-hook 2015-07-09 20:36:29 +0000 +++ initramfs-tools-hook 2015-10-04 13:44:03 +0000 @@ -266,7 +266,7 @@ done for dir in "${DESTDIR}"/lib* "${DESTDIR}"/usr/lib*; do if [ -d "$dir" ]; then - find "$dir" \! -perm -u+rw,g+r -prune -or -print0 \ - | xargs --null --no-run-if-empty chmod a+rX + find "$dir" \! -perm -u+rw,g+r -prune -or \! -type l -print0 \ + | xargs --null --no-run-if-empty chmod a+rX -- fi done