lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 03 Feb 2016 15:56:24 +0000
From:	David Howells <dhowells@...hat.com>
To:	Mimi Zohar <zohar@...ux.vnet.ibm.com>
Cc:	dhowells@...hat.com, linux-security-module@...r.kernel.org,
	keyrings@...r.kernel.org, petkan@...-labs.com,
	linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH 00/20] KEYS: Restrict additions to 'trusted' keyrings [ver #2]

Mimi Zohar <zohar@...ux.vnet.ibm.com> wrote:

> >      (*) Keys can be added to the blacklist keyring by root if the keys are
> >      	 signed by a key in the builtin system keyring.  These can then be
> >      	 searched for by asymmetric key ID.  This allows the functionality
> >      	 of the IMA blacklist keyring to be replicated.
> > 
> >  	 It might be worth making an asymmetric key subtype that carries no
> >  	 data to be used here as the cryptographic material is then just
> >  	 dead weight since the IDs are what matter.
> 
> I would go one step farther and say that only this new asymmetric key
> subtype, that carries no data, be permitted.  Otherwise the same
> certificate, that was used for loading the key in the first place, could
> be inadvertently added to the blacklist.

Sounds reasonable.  The question then is how to select the subtype to be
added.  The preparse has no concept of where the key is going to end up.

Maybe I need the following system call:

	blacklist_key(const char *type, const char *description,
                      const void *payload, size_t plen,
                      key_serial_t keyring);

to tell the parser what we intend.

If I can drop the destination keyring argument, I can make it a keyctl()
instead.

David

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ