[yocto] [meta-cgl][PATCH 1/6] sysvinit: remove permissions override
Adrian Dudau
adrian.dudau at enea.com
Mon Mar 14 08:12:21 PDT 2016
This leads to shutdown command being executable by everybody,
which is a huge security issue. If there are issues related to the way
this is configured in the main recipe, they should be handled
differently.
Signed-off-by: Adrian Dudau <adrian.dudau at enea.com>
---
meta-cgl-common/recipes-core/sysvinit/sysvinit_2.%.bbappend | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 meta-cgl-common/recipes-core/sysvinit/sysvinit_2.%.bbappend
diff --git a/meta-cgl-common/recipes-core/sysvinit/sysvinit_2.%.bbappend b/meta-cgl-common/recipes-core/sysvinit/sysvinit_2.%.bbappend
deleted file mode 100644
index 4fd3c00..0000000
--- a/meta-cgl-common/recipes-core/sysvinit/sysvinit_2.%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-do_install_append(){
- chmod o+x ${D}${base_sbindir}/shutdown
-}
--
1.9.1
More information about the yocto
mailing list