]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files
authorVasiliy Kulikov <segoon@openwall.com>
Fri, 4 Feb 2011 12:24:03 +0000 (15:24 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:45:14 +0000 (12:45 -0700)
commit 8a6a142c1286797978e4db266d22875a5f424897 upstream.

Don't allow everybody to change WMI settings.

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/tc1100-wmi.c

index dd33b51c34869b098ee43ce9e63e36b89c3d4a22..03e7e03d08ba93028394d6831c95bc7936f18807 100644 (file)
@@ -161,7 +161,7 @@ set_bool_##value(struct device *dev, struct device_attribute *attr, \
                        return -EINVAL; \
        return count; \
 } \
-static DEVICE_ATTR(value, S_IWUGO | S_IRUGO | S_IWUSR, \
+static DEVICE_ATTR(value, S_IRUGO | S_IWUSR, \
        show_bool_##value, set_bool_##value);
 
 show_set_bool(wireless, TC1100_INSTANCE_WIRELESS);