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

Commit 3ddd1f49 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: synaptics_fw_update: Change permissions on lockdown sysfs entry"

parents 404e0416 e457b9e5
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,