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)
Sun, Dec 3, 1:09 PM
Unknown Object (File)
Tue, Nov 21, 6:06 AM
Unknown Object (File)
Wed, Nov 15, 3:40 PM
Unknown Object (File)
Oct 31 2023, 9:51 PM
Unknown Object (File)
Oct 30 2023, 1:23 AM
Unknown Object (File)
Oct 30 2023, 1:19 AM
Unknown Object (File)
Oct 30 2023, 1:19 AM
Unknown Object (File)
Oct 28 2023, 9:18 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.