ACK: eCryptfs: Copy up lower inode attrs after setting lower xattr
On 03/06/2012 08:15 AM, Colin King wrote:
From: Colin Ian King<colin.king@canonical.com>
BugLink: https://launchpad.net/bugs/926292
SRU justification:
Impact:
After passing through a ->setxattr() call, eCryptfs needs to copy the
inode attributes from the lower inode to the eCryptfs inode, as they
may have changed in the lower filesystem's ->setxattr() path.
One example is if an extended attribute containing a POSIX Access
Control List is being set. The new ACL may cause the lower filesystem to
modify the mode of the lower inode and the eCryptfs inode would need to
be updated to reflect the new mode.
This patch has already been sent to stable and has been applied
to Precise but was ommitted for Oneiric. (Still trying to verify
if this is required for previous releases).
Tyler Hicks (1):
eCryptfs: Copy up lower inode attrs after setting lower xattr
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
03-06-2012, 03:46 PM
Brad Figg
ACK: eCryptfs: Copy up lower inode attrs after setting lower xattr
On 03/06/2012 07:15 AM, Colin King wrote:
From: Colin Ian King<colin.king@canonical.com>
BugLink: https://launchpad.net/bugs/926292
SRU justification:
Impact:
After passing through a ->setxattr() call, eCryptfs needs to copy the
inode attributes from the lower inode to the eCryptfs inode, as they
may have changed in the lower filesystem's ->setxattr() path.
One example is if an extended attribute containing a POSIX Access
Control List is being set. The new ACL may cause the lower filesystem to
modify the mode of the lower inode and the eCryptfs inode would need to
be updated to reflect the new mode.
This patch has already been sent to stable and has been applied
to Precise but was ommitted for Oneiric. (Still trying to verify
if this is required for previous releases).
Tyler Hicks (1):
eCryptfs: Copy up lower inode attrs after setting lower xattr