]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
src/libadacl.c: rewrite acl_set_entry() as acl_update_entry().
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Mar 2018 23:51:58 +0000 (18:51 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 1 Mar 2018 23:51:58 +0000 (18:51 -0500)
commit2968629aa21aa275e09e19128bf2e36fe82096ad
tree76eb00a62c405e876990c429dc08df41b2f3ac4b
parentda44faa5462beba8cfaf35a353438e27422e5e39
src/libadacl.c: rewrite acl_set_entry() as acl_update_entry().

It turns out we only need to update existing entries in our ACLs, to
mask the execute permissions. Since we never need to create new
entries, the name "acl_set_entry" was not quite right. The
new-entry-creation code has been removed from the bottom half of the
function, and it has been renamed to "acl_update_entry".
src/libadacl.c