Skip to content
Snippets Groups Projects
Commit 39ead04a authored by Steve Pfetsch's avatar Steve Pfetsch Committed by Pat Tjin
Browse files

input: synaptics: restrict sysfs node write permissions


Bug: 62800865
Change-Id: I4db40f172841306da4c14ffb649e59b3192e3fc7
Signed-off-by: default avatarSteve Pfetsch <spfetsch@google.com>
parent eb6d0d5a
Branches
Tags
No related merge requests found
...@@ -134,7 +134,7 @@ static struct device_attribute attrs[] = { ...@@ -134,7 +134,7 @@ static struct device_attribute attrs[] = {
__ATTR(attn_state, S_IRUGO, __ATTR(attn_state, S_IRUGO,
rmidev_sysfs_attn_state_show, rmidev_sysfs_attn_state_show,
NULL), NULL),
__ATTR(pid, S_IRUGO | S_IRUGO | S_IWUSR | S_IWGRP, __ATTR(pid, S_IRUGO | S_IRUGO | S_IWUSR,
rmidev_sysfs_pid_show, rmidev_sysfs_pid_show,
rmidev_sysfs_pid_store), rmidev_sysfs_pid_store),
__ATTR(term, S_IWUSR, __ATTR(term, S_IWUSR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment