aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2005-09-06 05:45:48 +0000
committerFrederic Lepied <flepied@mandriva.com>2005-09-06 05:45:48 +0000
commiteed1e481b9eede3ad9eb6befab7d5db17fff6e0c (patch)
tree9f85e8685160e8409877d7b7a12e249eae0d2019
parent797017bf56496f1ca0e56e79d7301121cb9da127 (diff)
downloadmsec-eed1e481b9eede3ad9eb6befab7d5db17fff6e0c.tar
msec-eed1e481b9eede3ad9eb6befab7d5db17fff6e0c.tar.gz
msec-eed1e481b9eede3ad9eb6befab7d5db17fff6e0c.tar.bz2
msec-eed1e481b9eede3ad9eb6befab7d5db17fff6e0c.tar.xz
msec-eed1e481b9eede3ad9eb6befab7d5db17fff6e0c.zip
don't check sysfs and usbfs file system (bug #14359).
-rwxr-xr-xcron-sh/security.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh
index cc6bcef..fc73d21 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -73,7 +73,7 @@ export EXCLUDE_REGEXP
# Modified filters coming from debian security scripts.
CS_NFSAFS='(nfs|afs|coda)'
-CS_TYPES=' type (devpts|auto|proc|msdos|fat|vfat|iso9660|ncpfs|smbfs|hfs|'$CS_NFSAFS')'
+CS_TYPES=' type (devpts|sysfs|usbfs|auto|proc|msdos|fat|vfat|iso9660|ncpfs|smbfs|hfs|'$CS_NFSAFS')'
CS_DEVS='^/dev/fd'
CS_DIRS='on /mnt'
FILTERS="$CS_TYPES|$CS_DEVS|$CS_DIRS"