Date: Sat, 23 Aug 2014 19:59:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192951] New: Allow fdescfs to be used in hierarchical jails Message-ID: <bug-192951-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192951 Bug ID: 192951 Summary: Allow fdescfs to be used in hierarchical jails Product: Base System Version: 10.0-STABLE Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ruben@verweg.com Created attachment 146188 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146188&action=edit patch that introduces allow.mount.fdescfs FreeBSD has hierarchical jail support since r192895. However, not being able to mount all required filesystems makes it somewhat less useful as some software (bash, java) requires fdescfs being mounted on /dev/fd This patch introduces the jail parameter allow.mount.fdescfs. Tested on r268794 Possible caveat is that PR_ALLOW_ALL went from 0x0fff to 0xffff and only space for three more options to pr_allow. The flags field still remains a word and should imho not introduce a ABI change. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192951-8>