Visit Open-E website
Results 1 to 4 of 4

Thread: Number of entries in ACL limited?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    I've found this article on Internet about it: http://www.suse.de/~agruen/acl/linux-acls/online/

    Most UNIX-like systems that support ACLs limit the number of ACL entries allowed to some reasonable number. Table 3 shows the limits on Linux.

    Table: Maximum Number of Supported ACL Entries File system Max. entries
    XFS 25
    Ext2, Ext3 32
    ReiserFS, JFS 8191

    ACLs with a high number of ACL entries tend to become more difficult to manage. More than a handful of ACL entries are usually an indication of bad application design. In most such cases, it makes more sense to make better use of groups instead of bloating ACLs.
    I'll see what I can do about it.

  2. #2

    Default

    Yes, this is the issue with XFS only allowing 25 entries. We can not fix this. Best to manage with groups. Any more then the 25 could cause performance issues taking it's time to accommodate the ACL.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •