Date: Tue, 22 May 2018 14:27:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 228423] "zfs allow userprop" does not allow receiving user properties Message-ID: <bug-228423-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228423 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: bugs@FreeBSD.org Reporter: lapo@lapo.it `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: permis= sion 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 deni= ed 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 acc= ept all properties with no need to allow them individuallly. --=20 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-228423-227>