lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 Feb 2011 12:07:13 -0500
From:	Ted Ts'o <tytso@....edu>
To:	Andreas Dilger <adilger@...ger.ca>
Cc:	Aditya Kali <adityakali@...gle.com>, linux-ext4@...r.kernel.org
Subject: Re: [PATCH] e2fsprogs: reserving code points for new ext4 quota
 feature

On Mon, Feb 14, 2011 at 10:21:49PM -0700, Andreas Dilger wrote:
> This is missing the fact that ino 3 and 4 are already reserved for ACLs:
> 
> #define EXT2_ACL_IDX_INO         3      /* ACL inode */
> #define EXT2_ACL_DATA_INO        4      /* ACL inode */
> 
> That said, I don't know if those inodes are actually ever used,
> because the ACLs are stored in xattrs on each inode.

Nope, they were never used that for ACL's.  An early design used
separate ACL's to store the ACL's for the inodes, but eventually they
were implemented using extended attributes.

> In any case, the quota definitions should replace the ACL ones
> instead of being hidden after the main list (which is otherwise kept
> in numeric order).

Agreed.

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ