Bug#333156: acl: X permission in recursive mode makes files executable

2008-11-06 Thread Matthijs Kooijman
Hi Laurent, it seems this problem was fixed upstream? I can't reproduce it using acl 2.2.47-2 (from testing). Could you check if this problem still exists for you? Gr. Matthijs signature.asc Description: Digital signature

Bug#333156: acl: X permission in recursive mode makes files executable

2005-10-10 Thread Laurent Bonnaud
Package: acl Version: 2.2.29-1.0.1 Severity: normal Hi, here is a sequence of commands that demonstrates the problem: $ mkdir foo $ touch foo/bar $ setfacl -R -m u:root:rX foo/ $ getfacl foo/bar # file: foo/bar # owner: bonnaud # group: info user::rw- user:root:r-x# there should be