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)
Sun, Mar 8, 11:52 AM
Unknown Object (File)
Sun, Mar 1, 3:43 PM
Unknown Object (File)
Feb 7 2026, 10:56 AM
Unknown Object (File)
Feb 1 2026, 7:26 AM
Unknown Object (File)
Jan 21 2026, 1:33 PM
Unknown Object (File)
Jan 21 2026, 5:30 AM
Unknown Object (File)
Jan 18 2026, 9:12 PM
Unknown Object (File)
Jan 9 2026, 10:42 PM

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