From: Michael Orlitzky Date: Mon, 18 Jun 2018 00:57:24 +0000 (-0400) Subject: src/libadacl.c: add a special case for the path ".." as an argument. X-Git-Tag: v0.4.1~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=1ad6e96c6b6d1ac60ce3f5e39e674d157fae53ad;hp=1ad6e96c6b6d1ac60ce3f5e39e674d157fae53ad;p=apply-default-acl.git 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. ---