[11960] in Athena Bugs
Re: implicit `a' access enough for listacl?
daemon@ATHENA.MIT.EDU (salemme@MIT.EDU)
Thu Apr 14 18:06:08 1994
From: salemme@MIT.EDU
Date: Thu, 14 Apr 94 18:05:44 -0400
To: yandros@MIT.EDU
Cc: bugs@MIT.EDU, jweiss@MIT.EDU, mhbraun@MIT.EDU, shabby@MIT.EDU
Chad,
The acl of the parent directory has an affect on the behaviour of
'fs la...', although I can't find anything appropriate to quote from
the AFS manuals. Since you owned and had all rights on the parent of
the 'test' directory you made, I believe that is why you could look
at the acl on it.
To illustrate:
athena% fs la /afs/athena/user/y/a/yandros
Access list for /afs/athena/user/y/a/yandros is
....
athena% fs la /afs/athena/user/y/a/yandros/Private
fs: File '/afs/athena/user/y/a/yandros/Private' doesn't exist
So, I (as system:anyuser) have rl access to the top level of your
homedir, but I can't see the acl on your Private directory under it.
Maybe I've been around this stuff too long, but I don't think there's
a bug here, more like...a feature!
Anne