[poky] [PATCH 1/1] sudo: Modify ownership for directory "/var/lib"
Xiaofeng Yan
xiaofeng.yan at windriver.com
Sat May 21 03:12:02 PDT 2011
From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
[YOCTO #1092]
Solve access permission for directory "/var/lib".
Makefile from package sudo change the ownership incorrectly.
Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
---
meta/recipes-extended/sudo/sudo.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index 6a04a9c..5ea089c 100644
--- a/meta/recipes-extended/sudo/sudo.inc
+++ b/meta/recipes-extended/sudo/sudo.inc
@@ -30,4 +30,5 @@ pkg_postinst_${PN} () {
chmod 4111 /usr/bin/sudo
chmod 0440 /etc/sudoers
+ chmod 0755 /var/lib
}
--
1.7.0.4
More information about the poky
mailing list