]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
src/libadacl.c: add a special case for the path ".." as an argument.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Jun 2018 00:57:24 +0000 (20:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Jun 2018 00:57:24 +0000 (20:57 -0400)
commit1ad6e96c6b6d1ac60ce3f5e39e674d157fae53ad
tree2764a203c80eb2deca2e8589d9341a840c569808
parent17dbc4afd60b7caa743539f87e64d8e0021cc3c9
src/libadacl.c: add a special case for the path ".." as an argument.

In a similar vein, the path ".." needs special-case handling when
opening its parent and child file descriptots. With the special-case
added, the test suite once again passes.
src/libadacl.c