forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
maxximino edited this page Mar 14, 2012
·
15 revisions
EXPERIMENTAL BRANCH of Native ZFS for Linux with Posix ACL support
This is highly experimental and actually doesn’t even work.
If this eats your data or your cat, don’t blame me. I’ve warned you.
What should work:
- Write ACLs on files and directories
- Read them back.
Known issues:
*ACL inheritance after second level is broken
*There are issues with unlink
*A lot of things are untested.
To-do list:
- Enforcing ACLs.
- Correct use of cached ACLs
- Don’t collide with chmod.
- …….. A lot of other things are missing….
- Test, test, test, test
Credits:
- ZFSonLinux (http://zfsonlinux.org/)
- IllumOs project (Took their acl_common.* files from https://github.com/illumos/illumos-gate/tree/master/usr/src/common/acl)
Note: commit descriptions and sequence are not optimal, I know. A final version will be more clean.