Home
last modified time | relevance | path

Searched hist:"79 eb2711" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dlsm.c79eb2711 Wed Jul 20 07:04:43 CDT 2022 Lukas Bulwahn <lukas.bulwahn@gmail.com> apparmor: correct config reference to intended one

Commit 5bfcbd22ee4e ("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: 5bfcbd22ee4e ("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>