patch-2.3.16 linux/drivers/char/planb.c
Next file: linux/drivers/char/ppdev.c
Previous file: linux/drivers/char/pcxx.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Aug 31 11:30:48 1999
- Orig file:
v2.3.15/linux/drivers/char/planb.c
- Orig date:
Thu Aug 5 14:34:01 1999
diff -u --recursive --new-file v2.3.15/linux/drivers/char/planb.c linux/drivers/char/planb.c
@@ -383,7 +383,7 @@
add_wait_queue(&pb->lockq, &wait);
repeat:
- current->state = TASK_UNINTERRUPTIBLE;
+ set_current_state(TASK_UNINTERRUPTIBLE);
if (pb->lock) {
schedule();
goto repeat;
@@ -1533,7 +1533,8 @@
DEBUG("PlanB: IOCTL VIDIOCSFBUF\n");
- if (!capable(CAP_SYS_ADMIN))
+ if (!capable(CAP_SYS_ADMIN)
+ || !capable(CAP_SYS_RAWIO))
return -EPERM;
if (copy_from_user(&v, arg,sizeof(v)))
return -EFAULT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)