Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: Bugreport on Ubuntu LTS: not ok - 2 Objects creation does not break ACLs with restrictive umask

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:53:59

Possibly related (same subject, not in this thread)

Junio C Hamano [off-list ref] writes:
Stefan Beller [off-list ref] writes:
quoted
I tried debugging into it:
In git/t/t1304-default-acl.sh there is:
check_perms_and_acl () {
    test -r "$1" &&
    getfacl "$1" > actual &&
    grep -q "user:root:rwx" actual &&
    grep -q "user:${LOGNAME}:rwx" actual &&
    egrep "mask::?r--" actual > /dev/null 2>&1 &&
    grep -q "group::---" actual || false
}
Can you run it with --verbose and post the result?
Any ideas (other than "Your filesystem is broken",
that is)?
I'm very tempted to go for the "Your filesystem is broken" indeed.
As far as I can tell, with 'mask::---', these specific users who are
given permissions to read from the objects wouldn't be able to read
from them, so...
That's my understanding too.

Stefan, which filesystem are you using in the directory where you run
tests (type "mount" if you don't know)? Are you running on a virtual
machine?

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help