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)
Mon, Jan 20, 12:09 AM
Unknown Object (File)
Jan 8 2025, 11:35 PM
Unknown Object (File)
Oct 5 2024, 8:45 AM
Unknown Object (File)
Oct 5 2024, 4:18 AM
Unknown Object (File)
Oct 5 2024, 2:04 AM
Unknown Object (File)
Oct 2 2024, 11:25 AM
Unknown Object (File)
Oct 2 2024, 5:27 AM
Unknown Object (File)
Oct 1 2024, 11:35 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