Re: [PATCH 3/5] kernel/printk: allow kmsg to be encrypted using public key encryption

2017-12-30 Thread Randy Dunlap
On 12/30/2017 09:58 AM, Dan Aloni wrote: > From: Dan Aloni > > This commit enables the kernel to encrypt the free-form text that > is generated by printk() before it is brought up to `dmesg` in > userspace. > > The encryption is made using one of the trusted public keys which > are kept built-in

[PATCH 3/5] kernel/printk: allow kmsg to be encrypted using public key encryption

2017-12-30 Thread Dan Aloni
From: Dan Aloni This commit enables the kernel to encrypt the free-form text that is generated by printk() before it is brought up to `dmesg` in userspace. The encryption is made using one of the trusted public keys which are kept built-in inside the kernel. These keys are presently also used fo