All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] fw-restrict update (3.17)
@ 2014-07-25 18:50 Kees Cook
  2014-08-05 21:46 ` Kees Cook
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2014-07-25 18:50 UTC (permalink / raw)
  To: James Morris
  Cc: linux-security-module, linux-kernel, Greg Kroah-Hartman,
	Kees Cook, Mimi Zohar, Takashi Iwai

Hi James,

Please pull these fw-restrict changes for 3.17. Thanks!

-Kees

The following changes since commit 7d8b6c63751cfbbe5eef81a48c22978b3407a3ad:

  CAPABILITIES: remove undefined caps from all processes (2014-07-24 21:53:47 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/fw-restrict-3.17

for you to fetch changes up to 5a9196d715607f76d6b7d96a0970d6065335e62b:

  ima: add support for measuring and appraising firmware (2014-07-25 11:47:46 -0700)

----------------------------------------------------------------
Firmware validation hooks

----------------------------------------------------------------
Kees Cook (2):
      security: introduce kernel_fw_from_file hook
      firmware_class: perform new LSM checks

Mimi Zohar (1):
      ima: add support for measuring and appraising firmware

 Documentation/ABI/testing/ima_policy  |  4 +++-
 drivers/base/firmware_class.c         | 30 ++++++++++++++++++++++++++----
 include/linux/ima.h                   |  6 ++++++
 include/linux/security.h              | 17 +++++++++++++++++
 security/capability.c                 |  6 ++++++
 security/integrity/ima/ima.h          |  3 ++-
 security/integrity/ima/ima_appraise.c |  8 ++++++++
 security/integrity/ima/ima_main.c     | 11 +++++++++++
 security/integrity/ima/ima_policy.c   |  7 +++++++
 security/integrity/integrity.h        |  9 +++++++--
 security/security.c                   | 11 +++++++++++
 11 files changed, 104 insertions(+), 8 deletions(-)

-- 
Kees Cook
Chrome OS Security

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] fw-restrict update (3.17)
  2014-07-25 18:50 [PULL] fw-restrict update (3.17) Kees Cook
@ 2014-08-05 21:46 ` Kees Cook
  2014-08-05 22:59   ` Mimi Zohar
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2014-08-05 21:46 UTC (permalink / raw)
  To: James Morris
  Cc: linux-security-module, LKML, Greg Kroah-Hartman, Kees Cook,
	Mimi Zohar, Takashi Iwai

On Fri, Jul 25, 2014 at 11:50 AM, Kees Cook <keescook@chromium.org> wrote:
> Hi James,
>
> Please pull these fw-restrict changes for 3.17. Thanks!

James, did this ever get pulled? Does it need more review?

Thanks!

-Kees

>
> -Kees
>
> The following changes since commit 7d8b6c63751cfbbe5eef81a48c22978b3407a3ad:
>
>   CAPABILITIES: remove undefined caps from all processes (2014-07-24 21:53:47 +1000)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/fw-restrict-3.17
>
> for you to fetch changes up to 5a9196d715607f76d6b7d96a0970d6065335e62b:
>
>   ima: add support for measuring and appraising firmware (2014-07-25 11:47:46 -0700)
>
> ----------------------------------------------------------------
> Firmware validation hooks
>
> ----------------------------------------------------------------
> Kees Cook (2):
>       security: introduce kernel_fw_from_file hook
>       firmware_class: perform new LSM checks
>
> Mimi Zohar (1):
>       ima: add support for measuring and appraising firmware
>
>  Documentation/ABI/testing/ima_policy  |  4 +++-
>  drivers/base/firmware_class.c         | 30 ++++++++++++++++++++++++++----
>  include/linux/ima.h                   |  6 ++++++
>  include/linux/security.h              | 17 +++++++++++++++++
>  security/capability.c                 |  6 ++++++
>  security/integrity/ima/ima.h          |  3 ++-
>  security/integrity/ima/ima_appraise.c |  8 ++++++++
>  security/integrity/ima/ima_main.c     | 11 +++++++++++
>  security/integrity/ima/ima_policy.c   |  7 +++++++
>  security/integrity/integrity.h        |  9 +++++++--
>  security/security.c                   | 11 +++++++++++
>  11 files changed, 104 insertions(+), 8 deletions(-)
>
> --
> Kees Cook
> Chrome OS Security



-- 
Kees Cook
Chrome OS Security

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] fw-restrict update (3.17)
  2014-08-05 21:46 ` Kees Cook
@ 2014-08-05 22:59   ` Mimi Zohar
  2014-08-05 23:39     ` Kees Cook
  0 siblings, 1 reply; 4+ messages in thread
From: Mimi Zohar @ 2014-08-05 22:59 UTC (permalink / raw)
  To: Kees Cook
  Cc: James Morris, linux-security-module, LKML, Greg Kroah-Hartman,
	Takashi Iwai

On Tue, 2014-08-05 at 14:46 -0700, Kees Cook wrote: 
> On Fri, Jul 25, 2014 at 11:50 AM, Kees Cook <keescook@chromium.org> wrote:
> > Hi James,
> >
> > Please pull these fw-restrict changes for 3.17. Thanks!
> 
> James, did this ever get pulled? Does it need more review?
> 
> Thanks!
> 

They made it to the linux-security tree: 
6593d92 firmware_class: perform new LSM checks

$ git branch -r --contains 6593d92
  dhowells-fs/keys-next
  kees/for-security-next-fw-restrict
  linux-next/akpm
  linux-next/akpm-base
  linux-next/master
  origin/next          <=== linux-security

Mimi


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] fw-restrict update (3.17)
  2014-08-05 22:59   ` Mimi Zohar
@ 2014-08-05 23:39     ` Kees Cook
  0 siblings, 0 replies; 4+ messages in thread
From: Kees Cook @ 2014-08-05 23:39 UTC (permalink / raw)
  To: Mimi Zohar
  Cc: James Morris, linux-security-module, LKML, Greg Kroah-Hartman,
	Takashi Iwai

On Tue, Aug 5, 2014 at 3:59 PM, Mimi Zohar <zohar@linux.vnet.ibm.com> wrote:
> On Tue, 2014-08-05 at 14:46 -0700, Kees Cook wrote:
>> On Fri, Jul 25, 2014 at 11:50 AM, Kees Cook <keescook@chromium.org> wrote:
>> > Hi James,
>> >
>> > Please pull these fw-restrict changes for 3.17. Thanks!
>>
>> James, did this ever get pulled? Does it need more review?
>>
>> Thanks!
>>
>
> They made it to the linux-security tree:
> 6593d92 firmware_class: perform new LSM checks
>
> $ git branch -r --contains 6593d92
>   dhowells-fs/keys-next
>   kees/for-security-next-fw-restrict
>   linux-next/akpm
>   linux-next/akpm-base
>   linux-next/master
>   origin/next          <=== linux-security

Ah! Fantastic. I missed that somehow. :)

-Kees


-- 
Kees Cook
Chrome OS Security

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-05 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25 18:50 [PULL] fw-restrict update (3.17) Kees Cook
2014-08-05 21:46 ` Kees Cook
2014-08-05 22:59   ` Mimi Zohar
2014-08-05 23:39     ` Kees Cook

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.