Re: [GIT PULL] keys: Miscellany

2019-05-29 Thread James Morris
On Wed, 29 May 2019, David Howells wrote: > Hi James, > > Here are some miscellaneous keyrings fixes and improvements intended for > the next merge window, if you could pull them please. > Linus has asked for security subsystem PRs to go directly to him. -- James Morris

Re: [GIT PULL] keys: Miscellany

2019-05-29 Thread Eric Biggers
On Wed, May 29, 2019 at 11:01:35PM +0100, David Howells wrote: > > (2) Implement a keyctl to allow a key to be moved from one keyring to > another, with the option of prohibiting key replacement in the > destination keyring. > What is the use case, and where are the tests and document