]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf/core: Call LSM hook after copying perf_event_attr
authorNamhyung Kim <namhyung@kernel.org>
Tue, 20 Dec 2022 22:31:40 +0000 (14:31 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jan 2023 10:15:50 +0000 (11:15 +0100)
commit3b480cb2147d54e821fd0706d97b8413fbf181d0
tree32b3b2ec66034954f0bf71f2a7675cada727df2a
parentb4efdc219fb8cfa066c7042e636ab8ad6d7e7494
perf/core: Call LSM hook after copying perf_event_attr

commit 0a041ebca4956292cadfb14a63ace3a9c1dcb0a3 upstream.

It passes the attr struct to the security_perf_event_open() but it's
not initialized yet.

Fixes: da97e18458fb ("perf_event: Add support for LSM and SELinux checks")
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/20221220223140.4020470-1-namhyung@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/events/core.c