mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
d536e9c41f
commit
4d98816be7
@ -10,7 +10,7 @@
|
|||||||
#include <media/v4l2-common.h>
|
#include <media/v4l2-common.h>
|
||||||
|
|
||||||
static int offset = 0;
|
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");
|
MODULE_PARM_DESC(offset,"Allows to specify an offset for tuner");
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user