projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98401ae
)
platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files
author
Vasiliy Kulikov
<segoon@openwall.com>
Fri, 4 Feb 2011 12:24:03 +0000
(15:24 +0300)
committer
Matthew Garrett
<mjg@redhat.com>
Mon, 21 Feb 2011 22:06:13 +0000
(17:06 -0500)
Don't allow everybody to change WMI settings.
Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/tc1100-wmi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/tc1100-wmi.c
b/drivers/platform/x86/tc1100-wmi.c
index 1fe0f1feff71607e9397dac7aed322af871b9424..865ef78d6f1a7c0593758fd73777bc35a502d5b4 100644
(file)
--- a/
drivers/platform/x86/tc1100-wmi.c
+++ b/
drivers/platform/x86/tc1100-wmi.c
@@
-162,7
+162,7
@@
set_bool_##value(struct device *dev, struct device_attribute *attr, \
return -EINVAL; \
return count; \
} \
-static DEVICE_ATTR(value, S_I
WUGO | S_I
RUGO | S_IWUSR, \
+static DEVICE_ATTR(value, S_IRUGO | S_IWUSR, \
show_bool_##value, set_bool_##value);
show_set_bool(wireless, TC1100_INSTANCE_WIRELESS);