Page MenuHomeFreeBSD

Fix periodic scripts when an NFS mount covers a local mount
ClosedPublic

Authored by asomers on Aug 12 2016, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 27 2024, 5:35 PM
Unknown Object (File)
Jan 8 2024, 9:06 PM
Unknown Object (File)
Dec 20 2023, 1:05 AM
Unknown Object (File)
Dec 4 2023, 4:39 PM
Unknown Object (File)
Oct 22 2023, 3:24 PM
Unknown Object (File)
Aug 31 2023, 4:00 AM
Unknown Object (File)
Jul 7 2023, 9:50 PM
Unknown Object (File)
Jun 27 2023, 10:00 PM
Subscribers

Details

Summary

100.chksetuid and 110.neggrpperm try to search through all UFS and ZFS
filesystems. But their logic contains an error. They also search through
remote filesystems that are mounted on top of the root of a local
filesystem. For example, if a user installs a FreeBSD system with the
default ZFS layout, he'll get a zroot/usr/home filesystem. If he then
mounts /usr/home over NFS, these scripts would search through /usr/home.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

asomers retitled this revision from to Fix periodic scripts when an NFS mount covers a local mount.
asomers updated this object.
asomers edited the test plan for this revision. (Show Details)
asomers added a reviewer: lidl.
asomers added a subscriber: brd.
This revision was automatically updated to reflect the committed changes.