source: trunk/server/fedora/config/etc/cron.d/check-filecaps @ 2066

Last change on this file since 2066 was 2066, checked in by achernya, 12 years ago
Merge branches/fc15-dev to trunk
File size: 230 bytes
Line 
1MAILTO=scripts-root@mit.edu
227 5 * * * root find / -xdev -not -perm -o=x -prune -o -type f -print0 | xargs -0r /usr/sbin/getcap | cut -d' ' -f1 | grep -Fxvf /etc/scripts/allowed-filecaps.list | sed 's/^/Extra file_caps binary: /'
Note: See TracBrowser for help on using the repository browser.