aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-10-22 09:30:40 -0700
committerMoyster <oysterized@gmail.com>2016-09-10 16:03:53 +0200
commitd73a1ae359b26daf2ac55c79913fbc43af115238 (patch)
tree96b51b56e91c09a040a44fe0fbc99685dfa238d6 /kernel/debug
parenta5aca4d50cf7c0935068e7c3c739d3edb2b3b6f0 (diff)
selinux: Android kernel compatibility with M userspace
NOT intended for new Android devices - this commit is unnecessary for a target device that does not have a previous M variant. DO NOT upstream. Android only. Motivation: This commit mitigates a mismatch between selinux kernel and selinux userspace. The selinux ioctl white-listing binary policy format that was accepted into Android M differs slightly from what was later accepted into the upstream kernel. This leaves Android master branch kernels incompatible with Android M releases. This patch restores backwards compatibility. This is important because: 1. kernels may be updated on a different cycle than the rest of the OS e.g. security patching. 2. Android M bringup may still be ongoing for some devices. The same kernel should work for both M and master. Backwards compatibility is achieved by checking for an Android M policy characteristic during initial policy read and converting to upstream policy format. The inverse conversion is done for policy write as required for CTS testing. Bug: 22846070 Change-Id: I2f1ee2eee402f37cf3c9df9f9e03c1b9ddec1929 Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions