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)
Sun, Oct 12, 5:27 AM
Unknown Object (File)
Sun, Oct 12, 5:27 AM
Unknown Object (File)
Sun, Oct 12, 5:27 AM
Unknown Object (File)
Sat, Oct 11, 7:25 PM
Unknown Object (File)
Tue, Sep 23, 6:21 AM
Unknown Object (File)
Jul 14 2025, 12:39 AM
Unknown Object (File)
Jun 27 2025, 9:17 PM
Unknown Object (File)
Jun 26 2025, 7:38 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