Bug 18947

Summary: daily security script should list inode numbers?
Product: Base System Reporter: dwmalone <dwmalone>
Component: miscAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dwmalone 2000-06-01 17:40:00 UTC
The nightly security script remembers lots of stuff about all the
setuid files it finds, using "ls -lTd", remembering the inode number
of these files could be useful too. After all, if the inode number
has changed and nothing else you've either just restored from a
backup, or something strange is afoot!

Fix: ===================================================================
RCS file: security,v
retrieving revision 1.38
How-To-Repeat: 
Have script kiddies use a badly written timestamp fixing program
on a suid program.
Comment 1 dwmalone freebsd_committer freebsd_triage 2000-07-11 12:30:15 UTC
Responsible Changed
From-To: freebsd-bugs->dwmalone

My PR.
Comment 2 dwmalone freebsd_committer freebsd_triage 2000-07-14 20:36:19 UTC
State Changed
From-To: open->closed

Commited to RELENG_4 and HEAD.