diff options
author | pyllyukko <pyllyukko AT maimed dot org> | 2011-10-15 07:35:41 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-22 10:17:07 -0200 |
commit | b663f5c1fefcd902bdeaf686af376b68a889349c (patch) | |
tree | 74990fc778cee891fda75e39f4350647bbdd44b3 /system/tiger/config | |
parent | ad917533115e9d6c7d4b8e743c6a61a1933116ee (diff) |
system/tiger: Added (Report system security vulnerabilities)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/tiger/config')
-rw-r--r-- | system/tiger/config/tiger.cron | 6 | ||||
-rw-r--r-- | system/tiger/config/tiger.default | 6 | ||||
-rw-r--r-- | system/tiger/config/tiger.ignore | 31 |
3 files changed, 43 insertions, 0 deletions
diff --git a/system/tiger/config/tiger.cron b/system/tiger/config/tiger.cron new file mode 100644 index 000000000000..33c55e6f7113 --- /dev/null +++ b/system/tiger/config/tiger.cron @@ -0,0 +1,6 @@ +# +# Regular cron jobs for the tiger package +# +# modified to work with Slackware and Dillon's Cron by pyllyukko +# +0 * * * * /bin/test -x /usr/sbin/tigercron && { DEFAULT=/etc/default/tiger ; [ -r "$DEFAULT" ] && . "$DEFAULT" || NICETIGER=10 ; /bin/nice -n$NICETIGER /usr/sbin/tigercron -q ; } diff --git a/system/tiger/config/tiger.default b/system/tiger/config/tiger.default new file mode 100644 index 000000000000..58ec0e09e39d --- /dev/null +++ b/system/tiger/config/tiger.default @@ -0,0 +1,6 @@ +# +# Default settings for /etc/cron.d/tiger +# + +# Nice level to use for Tiger when running through cron +NICETIGER=10 diff --git a/system/tiger/config/tiger.ignore b/system/tiger/config/tiger.ignore new file mode 100644 index 000000000000..1f7906789e08 --- /dev/null +++ b/system/tiger/config/tiger.ignore @@ -0,0 +1,31 @@ +Login ID nobody is disabled, but still has a valid shell \(/bin/sh\) +Login ID mail's home directory \(/var/mail\) has group `mail' write access. +Login ID \w+'s parent directory \(/home\) has group `staff' write access. +Log file /var/log/wtmp permission should be 644 +Log file /var/log/btmp does not exist +Log file /var/run/utmp permission should be 644 +Log file /var/log/loginlog does not exist +Log file /var/log/messages permission should be 640 +The owner of /var/log/wtmp should be root (owned by utmp). +/var/log/wtmp should not have group write. +The owner of /var/run/utmp should be root (owned by utmp). +/var/run/utmp should not have group write. +/var/log/XFree86.0.log should not have world read. +/etc/fstab should not have group read. +/etc/fstab should not have world read. +/etc/inetd.conf should not have group read. +/etc/inetd.conf should not have world read. +/etc/pam.d/sudo should not have world read. +The directory /dev/ataraid resides in a device directory. +The directory /dev/cciss resides in a device directory. +The directory /dev/fd resides in a device directory. +The directory /dev/input resides in a device directory. +The directory /dev/pts resides in a device directory. +The directory /dev/rd resides in a device directory. +The directory /dev/usb resides in a device directory. +The directory /dev/ida resides in a device directory. +/dev/null has world permissions +/dev/ptmx has world permissions +/dev/gpmctl has world permissions +/dev/gpmdata has world permissions +File ".fetchmail-UIDL-cache" in the mail spool, owned by "fetchmail". |