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

Erich E. Hoover ehoover at mymail.mines.edu
Sun Nov 4 01:02:11 CST 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.

This version is rebased against a revised patch 3.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-server-Store-and-return-security-attributes-with-ext.patch
Type: application/octet-stream
Size: 17936 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20121104/db6340b7/attachment.obj>


More information about the wine-patches mailing list