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)
Feb 12 2024, 4:47 PM
Unknown Object (File)
Jan 24 2024, 2:09 AM
Unknown Object (File)
Jan 16 2024, 5:50 PM
Unknown Object (File)
Jan 5 2024, 9:51 PM
Unknown Object (File)
Jan 3 2024, 12:06 PM
Unknown Object (File)
Dec 27 2023, 11:07 PM
Unknown Object (File)
Dec 20 2023, 3:04 AM
Unknown Object (File)
Dec 3 2023, 1:09 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.