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)
Fri, Nov 15, 4:23 AM
Unknown Object (File)
Mon, Nov 4, 7:57 PM
Unknown Object (File)
Oct 1 2024, 1:34 PM
Unknown Object (File)
Sep 26 2024, 1:31 PM
Unknown Object (File)
Sep 19 2024, 2:34 AM
Unknown Object (File)
Sep 18 2024, 2:06 PM
Unknown Object (File)
Sep 18 2024, 2:06 PM
Unknown Object (File)
Sep 18 2024, 2:06 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.