https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228423

            Bug ID: 228423
           Summary: "zfs allow userprop" does not allow receiving user
                    properties
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

`man zfs` description leads me to think that "zfs allow"'s "userprop" would
allow the user to set any user property, but when I'm using "zfs recv -Fu" I
get errors like this:

  cannot receive recordsize property on z/backup/tmp/z/var/db/mysql: permission
denied
  cannot receive setuid property on z/backup/tmp/z/var: permission denied
  cannot receive exec property on z/backup/tmp/z/var: permission denied
  cannot receive setuid property on z/backup/tmp/z/var/tmp: permission denied

Those can be solved by "zfs allow"ing then individually, but this means that
when the backup source will use new properties I will have to re-issue "zfs
allow" on the receive side; it would be best to have a way (any way) to accept
all properties with no need to allow them individuallly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to