Page MenuHomeFreeBSD

Set ISOPEN in namei flags when opening executable interpreters.
ClosedPublic

Authored by jhb on Aug 1 2019, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:10 PM
Unknown Object (File)
Dec 20 2023, 2:07 AM
Unknown Object (File)
Dec 2 2023, 6:45 AM
Unknown Object (File)
Oct 12 2023, 11:31 PM
Unknown Object (File)
Sep 1 2023, 3:58 PM
Unknown Object (File)
Sep 1 2023, 3:58 PM
Unknown Object (File)
Sep 1 2023, 3:56 PM
Unknown Object (File)
Sep 1 2023, 3:47 PM
Subscribers

Details

Summary

These vnodes are explicitly opened via VOP_OPEN via
exec_check_permissions identical to the main exectuable image.
Setting ISOPEN allows filesystems to perform suitable checks in
VOP_LOOKUP (e.g. close-to-open consistency in the NFS client).

Test Plan
  • only compile tested

Diff Detail

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