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

Erich E. Hoover ehoover at mymail.mines.edu
Sun Nov 18 18:08:52 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 5 to tell whether it's
necessary for an ACL to be inherited by a contained file in a folder.

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


More information about the wine-patches mailing list