Vita Batrla

Results 16 comments of Vita Batrla

Sorry to report it, but this PR caused regression, build in --shared mode now fails: ``` 11:02:41: stdout installing /some_dir/build/prototype/i386/some_bindir/node 11:02:41: stderr Traceback (most recent call last): 11:02:41: stderr File...

Thanks for report, it's easy to duplicate the problem. ``` mutt:core> ::status ... process terminated by SIGSEGV (Segmentation Fault) code=1 (SEGV_MAPERR), addr=78 mutt:core>

Fixed as 33934252

Sure, np, just added a changelog fragment. I just didn't know about it.

Hi @sam-lunt and thanks for having look at the code. Current parsing in zfs.py is naive and evil administrator or common user (also evil) with ZFS delegated admin privileges can...

I'm sorry for typo, I wrote '/' is not allowed in mountpoint, of course mountpoint property allows '/' by definition... I was thinking about a file name (path component) when...

Well, I can't agree with statement: > It's analogous to worrying about a malicious /root/.bashrc ZFS delegated admin can add privileges to unprivileged users to set user properties on filesystems...

No, I don't have particular example of exploit, but I may create one if it's desired. While most of ZFS installation won't be using ZFS delegated admin permissions, it doesn't...

@sam-lunt I don't think your example is valid. The suggested fix defers retrieval of value until it's really needed. It doesn't cache all properties in advance. It only reads the...

Hello, I noticed tag "needs_info" in this PR. What information is missing? I think I provided a lot of details. If anything is unclear, just ask, I'm happy to answer....