Comment 2 for bug 231331

Revision history for this message
enternamo (enternamo) wrote :

I fixed this with this command: (found from debian bug)

for file in $(find /etc/aide/aide.conf.d/ -type f -print 2>/dev/null); do if < $file head -n 1 | grep -q '^#!'; then chmod 755 $file; fi; done