Page MenuHomeFreeBSD

dlopen(3): mention fdlopen for capsicum(4)
ClosedPublic

Authored by emaste on May 7 2024, 1:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 1:49 PM
Unknown Object (File)
Mon, Oct 28, 1:32 PM
Unknown Object (File)
Fri, Oct 18, 9:13 AM
Unknown Object (File)
Wed, Oct 16, 3:06 PM
Unknown Object (File)
Oct 15 2024, 6:20 PM
Unknown Object (File)
Oct 14 2024, 12:13 PM
Unknown Object (File)
Oct 13 2024, 12:37 AM
Unknown Object (File)
Oct 12 2024, 4:07 PM
Subscribers

Details

Summary

Capsicum-sandboxed applications generally cannot use dlopen, as absolute
and cwd-relative paths cannot be accessed. Mention that fdlopen is
useful for this case.

PR: 277169

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable