# for -r, -F and -w
/**.[pP][cC][aA][pP] rw,
+ /**.[cC][aA][pP] rw,
+ # -W adds a numerical suffix
+ /**.[pP][cC][aA][pP][0-9]* rw,
+ /**.[cC][aA][pP][0-9]* rw,
# for convenience with -r (ie, read pcap files from other sources)
/var/log/snort/*log* r,
// DO NOT EDIT! File autogenerated by /etc/kernel/postinst.d/apt-auto-removal
-APT::LastInstalledKernel "5.10.0-15-amd64";
+APT::LastInstalledKernel "5.10.0-16-amd64";
# hanging around. Yes, sendmail is a symlink...
if [ -n "$RUNNING" ]; then
if [ -x /usr/sbin/sendmail ]; then
- /usr/sbin/sendmail -q >/dev/null 2>&1
+ # Don't propagate the exit code on failure; cf. #959864
+ /usr/sbin/sendmail -q >/dev/null 2>&1 || true
fi
fi
-exec $WARN group or other writable: {} \;
find $todo -type l | while read f; do \
- readlink "$f" | grep -q / && $WARN symlink leaves directory: "$f"; \
+ # makedefs out known to be a symlink and OK
+ if [ "$f" != "/etc/postfix/./makedefs.out" ]; then \
+ readlink "$f" | grep -q / && $WARN symlink leaves directory: "$f"; \
+ fi \
done; \
# Check Postfix mail_owner-owned directory tree owner/permissions.
# hanging around. Yes, sendmail is a symlink...
if [ -n "$RUNNING" ]; then
if [ -x /usr/sbin/sendmail ]; then
- /usr/sbin/sendmail -q >/dev/null 2>&1
+ # Don't propagate the exit code on failure; cf. #959864
+ /usr/sbin/sendmail -q >/dev/null 2>&1 || true
fi
fi