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

Commit bed5386a 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_dsx: fix up world writable sysfs file"

parents 202f2f48 f6afdaae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ struct rmidev_data {
static struct bin_attribute attr_data = {
	.attr = {
		.name = "data",
		.mode = (S_IRUGO | S_IWUGO),
		.mode = (S_IRUGO | S_IWUSR),
	},
	.size = 0,
	.read = rmidev_sysfs_data_show,