commit | c58c561f999b827776b8ea9dda2591f5b1e7815c | [log] [tgz] |
---|---|---|
author | Zhen Kong <zkong@codeaurora.org> | Wed Dec 20 14:49:59 2017 -0800 |
committer | Zhen Kong <zkong@codeaurora.org> | Mon Jan 08 10:55:01 2018 -0800 |
tree | 1cd81219bc630186070d2ccbb349a87ae081983c | |
parent | 436b68882ae369e7be8276643ec5a6632b88d317 [diff] |
selinux: Relocate selinux_enforcing to a separate 4k page We need to relocate selinux_enforcing to a separate 4k page to enable EL2 Hypervisor to monitor changes to this variable using ARM stage 2 MMU. We will avoid getting page faults from un-related data as the MMU granularity is configured to 4k. Change-Id: I574f2b10af9fb46720bfbdd1a61eea7b841c2c39 Signed-off-by: Zhen Kong <zkong@codeaurora.org>