Page MenuHomeFreeBSD

Allow mounting FUSE filesystems in jails
ClosedPublic

Authored by asomers on Jul 20 2018, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 19, 8:53 AM
Unknown Object (File)
Mon, Jun 10, 12:48 AM
Unknown Object (File)
May 25 2024, 11:40 AM
Unknown Object (File)
May 14 2024, 1:25 PM
Unknown Object (File)
Apr 26 2024, 10:30 PM
Unknown Object (File)
Apr 26 2024, 10:30 PM
Unknown Object (File)
Apr 26 2024, 10:30 PM
Unknown Object (File)
Apr 26 2024, 10:10 PM
Subscribers

Details

Summary

Allow mounting FUSE filesystems in jails

Test Plan

Tested with fusefs-encfs in an 11.2 jail using a modified iocage.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

It's good to see that jail-enabling a filesystem is indeed easier now than it used to be!

I understand there's some opposition to allowing jails "dangerous" permissions, and I wonder if this would count as such. No matter - that opposition doesn't come from me, as I consider a non-default flag plenty of safety.

This revision is now accepted and ready to land.Jul 20 2018, 9:32 PM

Thanks for the fast review! I couldn't think of any security issues with fuse that wouldn't also apply to any other filesystem. Let me know if you think of something later.

This revision was automatically updated to reflect the committed changes.