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
F167529816: D16146.id.diff
Sat, Aug 22, 12:43 PM
Unknown Object (File)
Tue, Aug 18, 1:19 AM
Unknown Object (File)
Fri, Aug 14, 6:46 PM
Unknown Object (File)
Thu, Aug 13, 7:32 PM
Unknown Object (File)
Wed, Aug 12, 7:49 AM
Unknown Object (File)
Tue, Aug 11, 10:57 PM
Unknown Object (File)
Sat, Aug 8, 7:47 PM
Unknown Object (File)
Wed, Aug 5, 1:40 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