Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a6a142c authored by Vasiliy Kulikov's avatar Vasiliy Kulikov Committed by Matthew Garrett
Browse files

platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files



Don't allow everybody to change WMI settings.

Signed-off-by: default avatarVasiliy Kulikov <segoon@openwall.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 98401ae4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ set_bool_##value(struct device *dev, struct device_attribute *attr, \
			return -EINVAL; \
			return -EINVAL; \
	return count; \
	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_bool_##value, set_bool_##value);


show_set_bool(wireless, TC1100_INSTANCE_WIRELESS);
show_set_bool(wireless, TC1100_INSTANCE_WIRELESS);