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

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

Merge "mtd: ubi: prevent unauthorized users to access scan_peb sysfs entry"

parents 1b431a64 46753648
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ static struct device_attribute dev_rd_threshold =
	__ATTR(rd_threshold, S_IRUGO | S_IWUGO, dev_attribute_show,
		   dev_attribute_store);
static struct device_attribute dev_mtd_trigger_scan =
	__ATTR(peb_scan, S_IRUGO | S_IWUGO,
	__ATTR(peb_scan, S_IRUGO | S_IWUSR,
		dev_attribute_show, dev_attribute_store);

/**