emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14371: closed (Argument --parents ignores default


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14371: closed (Argument --parents ignores default ACLs)
Date: Thu, 09 May 2013 19:38:02 +0000

Your message dated Thu, 09 May 2013 21:36:53 +0200
with message-id <address@hidden>
and subject line Re: bug#14371: Argument --parents ignores default ACLs
has caused the debbugs.gnu.org bug report #14371,
regarding Argument --parents ignores default ACLs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14371: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14371
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Argument --parents ignores default ACLs Date: Wed, 8 May 2013 10:41:29 -0700
Hello there,
Stumbled on to this when I discovered permissions issues on directories created from a script.  The -p option ignores default ACLs set on the parent directory.

Note that the mkdir -p command does not seem to give the g+w attribute to new directories. Even the bar directory is missing it. 

address@hidden mirror_crop]# mkdir -p foo/bar
address@hidden mirror_crop]# mkdir foobar

address@hidden ll -d foobar
drwxrws---+ 2 root apache 4096 May  8 09:37 foobar
address@hidden ll -d foo
drwxr-s---+ 3 root apache 4096 May  8 09:36 foo

address@hidden getfacl foo
# file: foo
# owner: root
# group: apache
# flags: -s-
user::rwx
group::r-x
other::---
default:user::rwx
default:group::rwx
default:other::---

address@hidden getfacl foobar
# file: foobar
# owner: root
# group: apache
# flags: -s-
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:other::---

And to show the default...
address@hidden virtualmirror]# getfacl mirror_crop/
# file: mirror_crop/
# owner: root
# group: apache
# flags: -s-
user::rwx
group::rwx
other::---
default:user::rwx
default:group::rwx
default:other::---

It appears that -p is actually using the umask where without -p it uses the defaults =)



--
Thank you for your time, 
Dylan 

-With all due respect, please do not enter this email address into any mass CC mailings, web forms, eCards, friends networks (facebook/myspace), joke pages or the like.

--- End Message ---
--- Begin Message --- Subject: Re: bug#14371: Argument --parents ignores default ACLs Date: Thu, 09 May 2013 21:36:53 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5
tag 14371 notabug
thanks

On 05/08/2013 07:41 PM, Killer Bassist wrote:
> It appears that -p is actually using the umask where without -p it uses the
> defaults =)

Thanks for the bug report.  However we've seen a very similar one
just a few days ago (http://bugs.gnu.org/14249).

This is the behavior required by POSIX:

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html

You can read more in the above mentioned bug report.  Meanwhile,
I'm closing this bug, but you're free to continue discussion if
you have further questions.

Have a nice day,
Berny


--- End Message ---

reply via email to

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