[ 3.5.y.z extended stable ] Patch "ab8500-chargalg: Only root should have write permission on" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Tue Feb 26 16:12:50 UTC 2013
This is a note to let you know that I have just added a patch titled
ab8500-chargalg: Only root should have write permission on
to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From a5be40caff7bbe6aa3851acd05d111439fe1dc68 Mon Sep 17 00:00:00 2001
From: Lee Jones <lee.jones at linaro.org>
Date: Thu, 17 Jan 2013 14:21:53 +0000
Subject: [PATCH] ab8500-chargalg: Only root should have write permission on
sysfs file
commit e3455002d04276c256a531f7175dce0f7d1cb78a upstream.
Only root should have write permission on sysfs file ab8500_chargalg/chargalg.
Signed-off-by: Lee Jones <lee.jones at linaro.org>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/power/abx500_chargalg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/abx500_chargalg.c b/drivers/power/abx500_chargalg.c
index 804b88c..d8cd151 100644
--- a/drivers/power/abx500_chargalg.c
+++ b/drivers/power/abx500_chargalg.c
@@ -1698,7 +1698,7 @@ static ssize_t abx500_chargalg_sysfs_charger(struct kobject *kobj,
static struct attribute abx500_chargalg_en_charger = \
{
.name = "chargalg",
- .mode = S_IWUGO,
+ .mode = S_IWUSR,
};
static struct attribute *abx500_chargalg_chg[] = {
--
1.8.1.2
More information about the kernel-team
mailing list