]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
Have acl_execute_masked() take an acl_t rather than a path as its argument.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:32:31 +0000 (11:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Feb 2018 16:32:31 +0000 (11:32 -0500)
commit927c66a6c66bcbd69b62f07f4b937c5df9afab88
tree5b66cc7b07837f10c70725d59b3ca24a812299d8
parentf0c1a9ee7c7a6acbfc0c4270f9167022504a6a45
Have acl_execute_masked() take an acl_t rather than a path as its argument.

We only call acl_execute_masked() in one place; and in that place, the
ACL of the path in question is already available. So, there's no
reason for us to re-retrieve it. Instead, the function has been
updated to take an acl_t (and not a path), simplifing the logic a bit.
src/apply-default-acl.c