From ec7724d85bc713696cc1dc02ea5d9dfcd6880c2a Mon Sep 17 00:00:00 2001 From: dwmalone Date: Tue, 11 Jul 2000 14:24:53 +0000 Subject: Get the security script to list the indoe numbers of the suid files. I've seen some script kiddie tools out there that fake the timestamps but don't preserve the inode number. Note - this will cause a lot of output the first time it is run! PR: 18947 Reviewed by: Sheldon Hearn --- etc/security | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/security b/etc/security index 7305fed..574b0d8 100644 --- a/etc/security +++ b/etc/security @@ -45,7 +45,7 @@ while [ $# -ge 1 ]; do find $mount -xdev -type f \ \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \ \( -perm -u+s -or -perm -g+s \) -print0 -done | xargs -0 -n 20 ls -lTd | sort +9 > ${TMP} +done | xargs -0 -n 20 ls -liTd | sort +10 > ${TMP} if [ ! -f ${LOG}/setuid.today ]; then separator -- cgit v1.1