Re: RFC: Solaris style extended attributes for FreeBSD

2025-03-09 Thread Rick Macklem
On Sun, Mar 9, 2025 at 10:15 AM Andrew Walker wrote: > > On Sun, Mar 9, 2025 at 8:24 AM Rick Macklem wrote: > > > > On Sun, Mar 9, 2025 at 5:46 AM Andrew Walker wrote: > > > > > > Out of curiosity, how are you preventing users from creating / writing > > > xattrs with the `system?` name prefix.

Re: RFC: Solaris style extended attributes for FreeBSD

2025-03-09 Thread Rick Macklem
On Sun, Mar 9, 2025 at 5:46 AM Andrew Walker wrote: > > Out of curiosity, how are you preventing users from creating / writing > xattrs with the `system?` name prefix. In ZFS on FreeBSD IIRC this > prefix is used to determine whether the corresponding attribute when > accessed via the extattr inte

Re: RFC: Solaris style extended attributes for FreeBSD

2025-03-09 Thread Rick Macklem
On Sun, Mar 9, 2025 at 1:34 AM Konstantin Belousov wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uogu

Re: RFC: Solaris style extended attributes for FreeBSD

2025-03-09 Thread Konstantin Belousov
On Sat, Mar 08, 2025 at 03:02:14PM -0800, Rick Macklem wrote: > First off, I cross posted because I don't think many read freebsd-arch@. > There seems to be a nice market for Solaris style extended attributes. > Since ZFS is already wired for them, adding the basics is pretty > straightforward. I a