Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 13:03:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246791 - head/sys/fs/fdescfs
Message-ID:  <201302141303.r1ED3FdA013952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Feb 14 13:03:15 2013
New Revision: 246791
URL: http://svnweb.freebsd.org/changeset/base/246791

Log:
  Allow fdescfs to be mounted from inside a jail
  
  MFC after:	1 week

Modified:
  head/sys/fs/fdescfs/fdesc_vfsops.c

Modified: head/sys/fs/fdescfs/fdesc_vfsops.c
==============================================================================
--- head/sys/fs/fdescfs/fdesc_vfsops.c	Thu Feb 14 12:42:09 2013	(r246790)
+++ head/sys/fs/fdescfs/fdesc_vfsops.c	Thu Feb 14 13:03:15 2013	(r246791)
@@ -237,4 +237,4 @@ static struct vfsops fdesc_vfsops = {
 	.vfs_unmount =		fdesc_unmount,
 };
 
-VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);
+VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC|VFCF_JAIL);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302141303.r1ED3FdA013952>