[PATCH 5/7] server: Store and return security attributes with extended file attributes.

Erich E. Hoover ehoover at mymail.mines.edu
Sun Nov 4 00:50:02 CDT 2012


This patch adds the ability to store and retrieve the security
attributes of a file by turning them into extended file attributes (if
available).  These attributes are stored in the attribute
"user.WINEACL" in the form:
<ACE1>;<ACE2>;...;<ACEN>
where each ACE takes the form:
<Type>,<Flags>,<Mask>,<SID>
With this information it is possible to more accurately store the ACL
information files, and also allows patch 6 to tell whether it's
necessary for an ACL to be inherited by a contained file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-server-Store-and-return-security-attributes-with-ext.patch
Type: application/octet-stream
Size: 17868 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121103/592a289c/attachment-0001.obj>


More information about the wine-patches mailing list