diff options
| author | Eric W. Biederman <[email protected]> | 2012-09-10 20:44:54 -0700 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2012-09-18 01:01:36 -0700 |
| commit | af84df93ffe3603fc6fc40a4338f9e740aad3b4e (patch) | |
| tree | 872cd463edcf18c4caba8eb218e0581c2cd91c76 /init | |
| parent | 5f3a4a28ec140a90e6058d1d09f6b1f235d485e5 (diff) | |
userns: Convert extN to support kuids and kgids in posix acls
Convert ext2, ext3, and ext4 to fully support the posix acl changes,
using e_uid e_gid instead e_id.
Enabled building with posix acls enabled, all filesystems supporting
user namespaces, now also support posix acls when user namespaces are enabled.
Cc: Theodore Tso <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Eric W. Biederman <[email protected]>
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 2a388e569a28..ed6310b6042b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -927,7 +927,6 @@ config UIDGID_CONVERTED # Features depends on IMA = n depends on EVM = n - depends on FS_POSIX_ACL = n depends on QUOTA = n depends on QUOTACTL = n |