]> git.k1024.org Git - pylibacl.git/commit
Implement acl_from_mode
authorIustin Pop <iusty@k1024.org>
Sun, 7 Oct 2007 20:22:15 +0000 (22:22 +0200)
committerIustin Pop <iusty@k1024.org>
Sun, 7 Oct 2007 20:22:15 +0000 (22:22 +0200)
commitbe7ee1849d11d200b27db8bbb37321926ad6fdae
tree4afb113c66f7eb176f77262cbfa6fdaaaf0ba8c4
parentb1da3e475bfaf386a177f6dd8b9a3ce03894047f
Implement acl_from_mode

When using the Linux libacl, there is another method to construct an ACL
object: from a mode_t. This patch adds a new parameter (mode) to the ACL
constructor (when HAVE_LINUX is defined) that uses this function to
create the ACL.
acl.c