mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Fixed daily so that it no longer does accounting since FreeBSD does not
yet have the accounting stuff in it. Disabled ncheck search in security due to missing ncheck.
This commit is contained in:
parent
36f6a3996f
commit
47d084c289
14
etc/daily
14
etc/daily
@ -50,13 +50,13 @@ if [ -f /etc/news.expire ]; then
|
||||
/etc/news.expire
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "Purging accounting records:"
|
||||
mv /var/account/acct.2 /var/account/acct.3
|
||||
mv /var/account/acct.1 /var/account/acct.2
|
||||
mv /var/account/acct.0 /var/account/acct.1
|
||||
cp /var/account/acct /var/account/acct.0
|
||||
sa -s > /dev/null
|
||||
#echo ""
|
||||
#echo "Purging accounting records:"
|
||||
#mv /var/account/acct.2 /var/account/acct.3
|
||||
#mv /var/account/acct.1 /var/account/acct.2
|
||||
#mv /var/account/acct.0 /var/account/acct.1
|
||||
#cp /var/account/acct /var/account/acct.0
|
||||
#sa -s > /dev/null
|
||||
|
||||
echo ""
|
||||
echo "Backup passwd and group files:"
|
||||
|
@ -10,6 +10,7 @@ echo "Subject: $host security check output"
|
||||
LOG=/var/log
|
||||
TMP=/tmp/_secure.$$
|
||||
|
||||
if false; then
|
||||
echo "checking setuid files and devices:"
|
||||
MP=`mount -t ufs | sed 's;/dev/;&r;' | awk '{ print $1 " " $3 }'`
|
||||
set $MP
|
||||
@ -29,6 +30,7 @@ if cmp $LOG/setuid.today $TMP >/dev/null; then :; else
|
||||
mv $TMP $LOG/setuid.today
|
||||
fi
|
||||
rm -f $TMP
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user