Page MenuHomeFreeBSD

Add prison_add_allow(), for creating dynamic allow.* jail parameters
ClosedPublic

Authored by jamie on Jul 5 2018, 6:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 19, 10:40 PM
Unknown Object (File)
Sep 12 2025, 9:20 AM
Unknown Object (File)
Sep 2 2025, 5:42 PM
Unknown Object (File)
Aug 23 2025, 1:03 PM
Unknown Object (File)
Aug 10 2025, 12:29 AM
Unknown Object (File)
Aug 9 2025, 3:44 AM
Unknown Object (File)
Jul 20 2025, 5:59 AM
Unknown Object (File)
Jul 11 2025, 4:07 AM

Details

Summary

Currently, filesystems can define jail permissions, via dynamic allow.mount.* parameters supposed in prison_add_vfs(). Extend this capability to add any allow.* or allow.*.* flag with a new function prison_add_allow(). prison_add_vfs() still exists, but mostly as a wrapper to the new function.

Diff Detail

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