mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
platform: x86: acer-wmi: world-writable sysfs threeg file
Don't allow everybody to write to hardware registers. Signed-off-by: Vasiliy Kulikov <segoon@openwall.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
parent
8040835760
commit
b80b168f91
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ static ssize_t set_bool_threeg(struct device *dev,
|
|||
return -EINVAL;
|
||||
return count;
|
||||
}
|
||||
static DEVICE_ATTR(threeg, S_IWUGO | S_IRUGO | S_IWUSR, show_bool_threeg,
|
||||
static DEVICE_ATTR(threeg, S_IRUGO | S_IWUSR, show_bool_threeg,
|
||||
set_bool_threeg);
|
||||
|
||||
static ssize_t show_interface(struct device *dev, struct device_attribute *attr,
|
||||
|
|
Loading…
Reference in a new issue