source:
branches/fc17-dev/server/fedora/config/etc/cron.d/check-filecaps
@
2081
Last change on this file since 2081 was 2066, checked in by achernya, 13 years ago | |
---|---|
File size: 230 bytes |
Line | |
---|---|
1 | MAILTO=scripts-root@mit.edu |
2 | 27 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.