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, May 5, 2:49 AM
Unknown Object (File)
Fri, Apr 26, 10:23 PM
Unknown Object (File)
Fri, Apr 26, 2:05 PM
Unknown Object (File)
Feb 11 2024, 9:20 PM
Unknown Object (File)
Dec 20 2023, 4:26 AM
Unknown Object (File)
Dec 10 2023, 6:39 PM
Unknown Object (File)
Oct 10 2023, 6:57 PM
Unknown Object (File)
Sep 6 2023, 9:20 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