diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-08-07 09:58:37 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-08-07 09:58:37 +0000 |
| commit | fb7cd0676b311beab0f13de6445556fbfe82cd83 (patch) | |
| tree | 47762168b68c3a0d9d3d05763c1b9df1b563accf /etc/security | |
| parent | 3c37182747976879c4020c371905ee2e5c5b386d (diff) | |
Notes
Diffstat (limited to 'etc/security')
| -rw-r--r-- | etc/security | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/security b/etc/security index de01e4556c86..388f4a4e81bd 100644 --- a/etc/security +++ b/etc/security @@ -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 "" |
