diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-25 20:34:53 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 06:13:26 -0400 |
commit | 4a2ebb93bf0ae67b4b49f1974a525523eb923da0 (patch) | |
tree | b3d55229f4e5fed0927ebcc5b7499b4fbb238155 /init/Kconfig | |
parent | d2b31ca644fdc8704de3367a6a56a5c958c77f53 (diff) |
userns: Convert binder ipc to use kuids
Cc: Arve Hjønnevåg <arve@android.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index 570cd337e961..86910982b94a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -952,9 +952,6 @@ config UIDGID_CONVERTED | |||
952 | depends on UFS_FS = n | 952 | depends on UFS_FS = n |
953 | depends on XFS_FS = n | 953 | depends on XFS_FS = n |
954 | 954 | ||
955 | # The rare drivers that won't build | ||
956 | depends on ANDROID_BINDER_IPC = n | ||
957 | |||
958 | config UIDGID_STRICT_TYPE_CHECKS | 955 | config UIDGID_STRICT_TYPE_CHECKS |
959 | bool "Require conversions between uid/gids and their internal representation" | 956 | bool "Require conversions between uid/gids and their internal representation" |
960 | depends on UIDGID_CONVERTED | 957 | depends on UIDGID_CONVERTED |