]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
platform: x86: acer-wmi: world-writable sysfs threeg file
authorVasiliy Kulikov <segoon@openwall.com>
Fri, 4 Feb 2011 12:23:56 +0000 (15:23 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:45:14 +0000 (12:45 -0700)
commit b80b168f918bba4b847e884492415546b340e19d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/platform/x86/acer-wmi.c

index f8c2da1e1c70b1c8112afc3b39cf6aa6270a7490..827caf4e09c17b02deab53941ddae7fb64913abb 100644 (file)
@@ -1062,7 +1062,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,