https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281555
Bug ID: 281555
Summary: False positives from
/etc/periodic/security/100.chksetuid after
freebsd-update
Product: Base System
Version: 13.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Sometimes after freebsd-update, /etc/periodic/security/100.chksetuid reports
lots of false positives with differences like
-14882 -r-sr-xr-x 4 root wheel 30376 2024-03-02T03:16:57 /usr/bin/at
+ 14882 -r-sr-xr-x 4 root wheel 30376 2024-03-02T03:16:57 /usr/bin/at
The problem is that a larger inode number has been added during the update:
+137986 -r-sr-xr-x 1 root wheel 88680 2024-09-16T15:16:55
/usr/libexec/ssh-keysign
which causes ls to align the output differently.
--
You are receiving this mail because:
You are the assignee for the bug.