From: zohar@linux.vnet.ibm.com (Mimi Zohar)
To: linux-security-module@vger.kernel.org
Subject: [RFC PATCH] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
Date: Fri, 10 Nov 2017 15:13:32 -0500 [thread overview]
Message-ID: <1510344812.3404.28.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <1510336703.3404.17.camel@linux.vnet.ibm.com>
On Fri, 2017-11-10 at 12:58 -0500, Mimi Zohar wrote:
>
> +
> +static struct security_hook_list fw_lockdown_hooks[] = {
> + LSM_HOOK_INIT(fw_lockdown_file_check, fw_lockdown_bprm_check)
Sigh, that should have be:
LSM_HOOK_INIT(kernel_read_file, fw_lockdown_read_file)
> +};
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Mimi Zohar <zohar@linux.vnet.ibm.com>
To: David Howells <dhowells@redhat.com>
Cc: linux-security-module <linux-security-module@vger.kernel.org>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>,
"Luis R. Rodriguez" <mcgrof@suse.com>,
"AKASHI, Takahiro" <takahiro.akashi@linaro.org>
Subject: Re: [RFC PATCH] fw_lockdown: new micro LSM module to prevent loading unsigned firmware
Date: Fri, 10 Nov 2017 15:13:32 -0500 [thread overview]
Message-ID: <1510344812.3404.28.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <1510336703.3404.17.camel@linux.vnet.ibm.com>
On Fri, 2017-11-10 at 12:58 -0500, Mimi Zohar wrote:
>
> +
> +static struct security_hook_list fw_lockdown_hooks[] = {
> + LSM_HOOK_INIT(fw_lockdown_file_check, fw_lockdown_bprm_check)
Sigh, that should have be:
LSM_HOOK_INIT(kernel_read_file, fw_lockdown_read_file)
> +};
next prev parent reply other threads:[~2017-11-10 20:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 17:58 [RFC PATCH] fw_lockdown: new micro LSM module to prevent loading unsigned firmware Mimi Zohar
2017-11-10 17:58 ` Mimi Zohar
2017-11-10 19:35 ` Luis R. Rodriguez
2017-11-10 19:35 ` Luis R. Rodriguez
2017-11-10 19:35 ` Luis R. Rodriguez
2017-11-10 19:50 ` Mimi Zohar
2017-11-10 19:50 ` Mimi Zohar
2017-11-10 20:13 ` Mimi Zohar [this message]
2017-11-10 20:13 ` Mimi Zohar
2017-11-10 20:30 ` Luis R. Rodriguez
2017-11-10 20:30 ` Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1510344812.3404.28.camel@linux.vnet.ibm.com \
--to=zohar@linux.vnet.ibm.com \
--cc=linux-security-module@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.