提交 4d98816b 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (4498): Offset parameter permission were 0x666, instead of 0x664

Although not dangerous, it may allow a normal user with access to a machine
to untune a TV channel.
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 d536e9c4
......@@ -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");
/* ---------------------------------------------------------------------- */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册