mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
getacl is currently failing with a buffer overflow: $ getfacl / getfacl: Removing leading '/' from absolute path names # file: . # owner: root # group: root *** buffer overflow detected ***: terminated Aborted (core dumped) This has been addressed upstream in acl-2.3.1-r1 by lowering FORTIFY_SOURCE level. Upstream commit 6273f7c0c37bc0fae7071ec6237654796bdcca55. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>