[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] Shared ACL's
From: |
Andreas Grünbacher |
Subject: |
Re: [Acl-devel] Shared ACL's |
Date: |
Tue, 5 Feb 2013 12:25:52 +0100 |
2013/2/5 Perry Wagle <address@hidden>:
> Can you share a single copy of an ACL across multiple files?
No, ACLs are always per file.
(The ext[234] file systems with an inode size of 128 bytes support
copy-on-write sharing of extended attributes, but the shared
attributes cannot be changed directly.)
Andreas