lkml.org 
[lkml]   [2021]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 10/12] integrity: store reference to machine keyring
    Date
    Store a reference to the machine keyring in system keyring code. The
    system keyring code needs this to complete the keyring link to
    to machine keyring.

    Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
    ---
    v2: Initial version
    v3: Unmodified from v2
    v4: Removed trust_moklist check
    v5: Rename to machine keyring
    ---
    security/integrity/digsig.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c
    index c3c1939be2f1..0dce2775f3c2 100644
    --- a/security/integrity/digsig.c
    +++ b/security/integrity/digsig.c
    @@ -116,6 +116,8 @@ static int __init __integrity_init_keyring(const unsigned int id,
    } else {
    if (id == INTEGRITY_KEYRING_PLATFORM)
    set_platform_trusted_keys(keyring[id]);
    + if (id == INTEGRITY_KEYRING_MACHINE)
    + set_machine_trusted_keys(keyring[id]);
    if (id == INTEGRITY_KEYRING_IMA)
    load_module_cert(keyring[id]);
    }
    --
    2.18.4
    \
     
     \ /
      Last update: 2021-09-07 18:05    [W:4.869 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site