From: Martin Jansa Date: Fri, 23 Nov 2012 13:55:42 +0000 (+0100) Subject: e-wm: fix file permissions on sysactions.conf X-Git-Tag: rev_ivi_2015_02_04~4004 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22b3a72a2e66e6f0ac9b9018f0bddb74dee8f2ca;p=scm%2Fbb%2Ftizen-distro.git e-wm: fix file permissions on sysactions.conf (From meta-openembedded rev: 92bf1cf3684ec0c435feafab4694e7820bbd5fe1) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-openembedded/meta-efl/recipes-efl/e17/e-wm_svn.bb index d5f92bb..abee301 100644 --- a/meta-openembedded/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-openembedded/meta-efl/recipes-efl/e17/e-wm_svn.bb @@ -4,7 +4,7 @@ LICENSE = "MIT BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" SRCNAME = "e" PV = "0.16.999.060+svnr${SRCPV}" -PR = "r9" +PR = "r10" SRCREV = "${EFL_SRCREV}" inherit e update-alternatives gettext @@ -32,6 +32,10 @@ do_install_append() { # customising - should rather make this simple upstream install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir} + # security reasons, e-wm checks that in runtime + # xinit[418]: ERROR: CONFIGURATION FILE HAS BAD PERMISSIONS + chmod 600 ${D}/${sysconfdir}/enlightenment/sysactions.conf + install -d ${D}/${datadir}/applications/ install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop