Module: Ext4::PosixAclEntry::EntryType

Included in:
Ext4::PosixAclEntry
Defined in:
lib/fs/ext4/posix_acl_entry.rb

Constant Summary collapse

ET_U_INODE =

User, specified in inode.

0x01
ET_U_ATTRIB =

User, specified in attribute.

0x02
ET_G_INODE =

Group, specified in inode.

0x04
ET_G_ATTRUB =

Group, specified in attribute.

0x08
ET_RIGHTS_MASK =

Effective rights mask.

0x10
ET_O =

Other, all other users.

0x20