Skip to content

Commit

Permalink
V4L/DVB (4498): Offset parameter permission were 0x666, instead of 0x664
Browse files Browse the repository at this point in the history
Although not dangerous, it may allow a normal user with access to a machine
to untune a TV channel.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent d536e9c commit 4d98816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <media/v4l2-common.h>

static int offset = 0;
module_param(offset, int, 0666);
module_param(offset, int, 0664);
MODULE_PARM_DESC(offset,"Allows to specify an offset for tuner");

/* ---------------------------------------------------------------------- */
Expand Down

0 comments on commit 4d98816

Please sign in to comment.