All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/2] apparmor: fix wrong executable permission on service file
@ 2020-03-27 12:12 Jan Luebbe
  2020-03-27 12:12 ` [meta-security][PATCH 2/2] apparmor: update to 2.13.4 Jan Luebbe
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Luebbe @ 2020-03-27 12:12 UTC (permalink / raw
  To: yocto; +Cc: Jan Luebbe

This avoids "systemd[1]: Configuration file
/lib/systemd/system/apparmor.service is marked executable. Please remove
executable permission bits. Proceeding anyway." on boot.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 recipes-mac/AppArmor/apparmor_2.13.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mac/AppArmor/apparmor_2.13.3.bb b/recipes-mac/AppArmor/apparmor_2.13.3.bb
index 0c62a4daf172..3398a3a75baa 100644
--- a/recipes-mac/AppArmor/apparmor_2.13.3.bb
+++ b/recipes-mac/AppArmor/apparmor_2.13.3.bb
@@ -119,7 +119,7 @@ do_install () {
 
 	if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
 		install -d ${D}${systemd_system_unitdir}
-		install ${WORKDIR}/apparmor.service ${D}${systemd_system_unitdir}
+		install -m 0644 ${WORKDIR}/apparmor.service ${D}${systemd_system_unitdir}
 	fi
 }
 
-- 
2.26.0.rc2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-security][PATCH 2/2] apparmor: update to 2.13.4
  2020-03-27 12:12 [meta-security][PATCH 1/2] apparmor: fix wrong executable permission on service file Jan Luebbe
@ 2020-03-27 12:12 ` Jan Luebbe
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Luebbe @ 2020-03-27 12:12 UTC (permalink / raw
  To: yocto; +Cc: Jan Luebbe

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
 recipes-mac/AppArmor/{apparmor_2.13.3.bb => apparmor_2.13.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-mac/AppArmor/{apparmor_2.13.3.bb => apparmor_2.13.4.bb} (99%)

diff --git a/recipes-mac/AppArmor/apparmor_2.13.3.bb b/recipes-mac/AppArmor/apparmor_2.13.4.bb
similarity index 99%
rename from recipes-mac/AppArmor/apparmor_2.13.3.bb
rename to recipes-mac/AppArmor/apparmor_2.13.4.bb
index 3398a3a75baa..f8fd19eb9e00 100644
--- a/recipes-mac/AppArmor/apparmor_2.13.3.bb
+++ b/recipes-mac/AppArmor/apparmor_2.13.4.bb
@@ -25,7 +25,7 @@ SRC_URI = " \
 	file://run-ptest \
 	"
 
-SRCREV = "2f9d9ea7e01a115b29858455d3b1b5c6a0bab75c"
+SRCREV = "df0ac742f7a1146181d8734d03334494f2015134"
 S = "${WORKDIR}/git"
 
 PARALLEL_MAKE = ""
-- 
2.26.0.rc2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-27 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-27 12:12 [meta-security][PATCH 1/2] apparmor: fix wrong executable permission on service file Jan Luebbe
2020-03-27 12:12 ` [meta-security][PATCH 2/2] apparmor: update to 2.13.4 Jan Luebbe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.