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.
Details
Details
- Reviewers
- None
- Commits
- rS336038: Change prison_add_vfs() to the more generic prison_add_allow(), which
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable