]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/powernv: Restrict OPAL symbol map to only be readable by root
authorAndrew Donnellan <ajd@linux.ibm.com>
Fri, 3 May 2019 07:52:53 +0000 (17:52 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2019 20:42:04 +0000 (13:42 -0700)
commit0e31027173296fb2f624b2ca9e903be5c23fdd64
treede22bc9e6aa7e4a3b0a7ab7f71e211c7ae76b4ef
parent154129a3ac9b1216ad30ccfe8d9b78146752db4c
powerpc/powernv: Restrict OPAL symbol map to only be readable by root

commit e7de4f7b64c23e503a8c42af98d56f2a7462bd6d upstream.

Currently the OPAL symbol map is globally readable, which seems bad as
it contains physical addresses.

Restrict it to root.

Fixes: c8742f85125d ("powerpc/powernv: Expose OPAL firmware symbol map")
Cc: stable@vger.kernel.org # v3.19+
Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190503075253.22798-1-ajd@linux.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/platforms/powernv/opal.c