[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] Default dir ACL not working.
From: |
Jan Engelhardt |
Subject: |
Re: [Acl-devel] Default dir ACL not working. |
Date: |
Mon, 31 Mar 2014 11:49:49 +0200 (CEST) |
User-agent: |
Alpine 2.11 (LSU 23 2013-08-11) |
On Monday 2014-03-31 09:15, dE wrote:
>
> The file test has the following permission bits --
>
> # file: test
> # owner: safe
> # group: safe
> user::rw-
> group::rwx #effective:rw-
> mask::rw-
> other::rw-
>
> Which is not expected in my opinion; it should be rwx
open("foo", O_CREAT | O_RDWR);
if the program requests no +x (as in: it does not want to make an executable),
then there is little point in giving it +x in the first place.