]> git.baikalelectronics.ru Git - kernel.git/commit
apparmor: correct config reference to intended one
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 20 Jul 2022 12:04:43 +0000 (14:04 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Wed, 20 Jul 2022 20:22:19 +0000 (13:22 -0700)
commitc50bef45565c9305e1ad06230826caf2e483168b
tree6e3d7d6477a6cea98d5d5d1b9842a5371f572a1e
parentfb64873a070a9b0320f70c9fd653c05e47e74778
apparmor: correct config reference to intended one

Commit 8edf8a21a7f9 ("apparmor: Enable tuning of policy paranoid load for
embedded systems") introduces the config SECURITY_APPARMOR_PARANOID_LOAD,
but then refers in the code to SECURITY_PARANOID_LOAD; note the missing
APPARMOR in the middle.

Correct this to the introduced and intended config option.

Fixes: 8edf8a21a7f9 ("apparmor: Enable tuning of policy paranoid load for embedded systems")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/lsm.c