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

Commit e457b9e5 authored by Amy Maloche's avatar Amy Maloche
Browse files

input: synaptics_fw_update: Change permissions on lockdown sysfs entry



Permissions should be set to 0664 instead of 0777 for sysfs
entries.  Change them to pass CTS test.

Change-Id: I50237eaa917303efda0ad049649611bf1b6d9c31
Signed-off-by: default avatarAmy Maloche <amaloche@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2060,7 +2060,7 @@ static struct device_attribute attrs[] = {
	__ATTR(writeconfig, S_IRUGO | S_IWUSR | S_IWGRP,
			synaptics_rmi4_show_error,
			fwu_sysfs_write_config_store),
	__ATTR(writelockdown, S_IWUGO,
	__ATTR(writelockdown, S_IRUGO | S_IWUSR | S_IWGRP,
			synaptics_rmi4_show_error,
			fwu_sysfs_write_lockdown_store),
	__ATTR(readconfig, S_IRUGO | S_IWUSR | S_IWGRP,