Author: pjd
Date: Sat Aug  7 10:23:54 2010
New Revision: 210999
URL: http://svn.freebsd.org/changeset/base/210999

Log:
  In FreeBSD we use 'jailed' property.
  
  MFC after:    2 weeks

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c     Sat Aug 
 7 08:31:32 2010        (r210998)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c     Sat Aug 
 7 10:23:54 2010        (r210999)
@@ -357,7 +357,7 @@ zfs_secpolicy_setprop(const char *name, 
                         * quota on things *under* (ie. contained by)
                         * the thing they own.
                         */
-                       if (dsl_prop_get_integer(name, "zoned", &zoned,
+                       if (dsl_prop_get_integer(name, "jailed", &zoned,
                            setpoint))
                                return (EPERM);
                        if (!zoned || strlen(name) <= strlen(setpoint))
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to