xfs
[Top] [All Lists]

XFS ACLs( How about a user belongs to multiple groups )

To: <linux-xfs@xxxxxxxxxxx>
Subject: XFS ACLs( How about a user belongs to multiple groups )
From: <niu@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Dec 2001 11:01:38 +0800 (CST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Hi XFS guys,

I'm using ACLs of linux XFS to manage my share files. Recently, I
encounter a confused problem: If a user belongs to multiple groups, and
all the groups are set ALCs to a file(directory), then how about the
user's permission to this file(directory)?

I've do some test, the result looks like that: for file, the user's
permission is the combination(OR operation) of his groups ACLs; but
for directory, the user's permission looks weird, it's neither OR
operation nor AND operation of his groups ACLs.

Could you explain more details about the rule of XFS ACLs? Thank you.

John



<Prev in Thread] Current Thread [Next in Thread>
  • XFS ACLs( How about a user belongs to multiple groups ), niu <=