system: Add acl-aware perl wrapper.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 17 Dec 2008 18:59:44 +0000 (19:59 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 17 Dec 2008 18:59:44 +0000 (19:59 +0100)
commitbd3dbc04ff2effb9584155c810c64e5e11c95f41
tree83715a3f6f0aea25bae384503af63a4227de6721
parentfa0dad57ac8b38969fe2821fa0857fdc13f76e88
system: Add acl-aware perl wrapper.

By default, permission checks in perl only use the normal mode bits,
instead of the access(2) function. Adding "use filetest 'access';" to
the program, or the equivalent "-mfiletest=access" to the commandline,
we get proper behaviour when ACLs are involved.
usr/local/bin/aclperl [new file with mode: 0755]