acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Acl-devel] Default dir ACL not working.


From: dE
Subject: Re: [Acl-devel] Default dir ACL not working.
Date: Mon, 31 Mar 2014 21:08:56 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/31/14 15:19, Jan Engelhardt wrote:
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.

I'm only doing this for educational purposes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]