]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
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)
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".


No differences found