On 2 Feb 2014, Bob Proulx said
> I cannot recreate the above behavior.
> [..]
> If I set umask to a more restrictive umask then I can.
> 
>   $ umask 022
>   $ rm -rf /tmp/a
>   $ mkdir /tmp/a
>   $ cd /tmp/a
>   $ setfacl -m d:g::rwx .
>   $ mkdir b 
>   $ mkdir -p c
>   $ ls -log
>   total 0
>   drwxrwxr-x+ 2 40 Feb  2 11:31 b
>   drwxr-xr-x+ 2 40 Feb  2 11:31 c

On Jessie, the result is:
drwxrwxr-x+ 2 4096 Mar  9 22:17 b
drwxrwxr-x+ 2 4096 Mar  9 22:17 c

The bug was fixed upstream by Paul Eggert, in version 8.22
http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e7198a67b8dd7f23925dfa40b7a90342e185f729
 

Regards

Thanks

Frank lin Piat


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to