Bug#334113: [Security] kernel allows loadkeys to be used by any user, allowing for local root compromise

2005-10-18 Thread Andrew Morton
Horms [EMAIL PROTECTED] wrote: drivers/char/vt_ioctl.c: vt_ioctl(): line 377 /* * To have permissions to do most of the vt ioctls, we either * have * to be the owner of the tty, or have CAP_SYS_TTY_CONFIG. */ perm = 0;

Bug#334113: [Security] kernel allows loadkeys to be used by any user, allowing for local root compromise

2005-10-18 Thread Horms
On Mon, Oct 17, 2005 at 11:52:11PM -0700, Andrew Morton wrote: Horms [EMAIL PROTECTED] wrote: drivers/char/vt_ioctl.c: vt_ioctl(): line 377 /* * To have permissions to do most of the vt ioctls, we either * have * to be the owner of the tty, or