|
AppArmor
Hi, Has anyone tried using AppArmor with Yocto? The recipe in the meta-security layer is broken, and when fixed so it actually builds, it turns out the installed init script relies on functions not fo
Hi, Has anyone tried using AppArmor with Yocto? The recipe in the meta-security layer is broken, and when fixed so it actually builds, it turns out the installed init script relies on functions not fo
|
By
Anders Montonen
· #36677
·
|
|
AppArmor
I ended up replacing the recipe with one combining the one from meta-security and from the OpenSwitch project[1]. This allowed me to get rid of the sysvinit and apache2 dependencies. I’ll have to look
I ended up replacing the recipe with one combining the one from meta-security and from the OpenSwitch project[1]. This allowed me to get rid of the sysvinit and apache2 dependencies. I’ll have to look
|
By
Anders Montonen
· #36719
·
|
|
AppArmor
Hi Tom, Your commit fixes most of the problems, but /usr/bin/aa-easyprof still gets installed with a shebang referring to the host python3 interpreter. The script is processed and installed by utils/p
Hi Tom, Your commit fixes most of the problems, but /usr/bin/aa-easyprof still gets installed with a shebang referring to the host python3 interpreter. The script is processed and installed by utils/p
|
By
Anders Montonen
· #36836
·
|
|
sstate and multiconfigs
Hi, We've been trying out a setup using multiconfigs to select the source control branch some set of recipes to build. The building part goes well, but whenever we run package-index, the packages buil
Hi, We've been trying out a setup using multiconfigs to select the source control branch some set of recipes to build. The building part goes well, but whenever we run package-index, the packages buil
|
By
Anders Montonen
· #38175
·
|
|
/etc/resolv.conf symlink
Hi, I'm hoping someone could clarify how the symlink generation from /etc/resolv.conf to systemd's runtime /run/systemd/resolve/resolv.conf is supposed to work when resolved is not enabled. In the sys
Hi, I'm hoping someone could clarify how the symlink generation from /etc/resolv.conf to systemd's runtime /run/systemd/resolve/resolv.conf is supposed to work when resolved is not enabled. In the sys
|
By
Anders Montonen
· #38557
·
|
|
useradd-staticids
Hi, I'm looking into using the useradd-staticids class for reproducible builds. Is there any way to delay the warning/error about missing ids until a recipe is actually built rather than getting them
Hi, I'm looking into using the useradd-staticids class for reproducible builds. Is there any way to delay the warning/error about missing ids until a recipe is actually built rather than getting them
|
By
Anders Montonen
· #39977
·
|
|
useradd-staticids
Thanks for the explanation. It’s not a huge deal, just a bit unexpected. Regards, Anders
Thanks for the explanation. It’s not a huge deal, just a bit unexpected. Regards, Anders
|
By
Anders Montonen
· #39981
·
|
|
tzdata overwrites existing localtime/zoneinfo?
Hi, It seems to me that the tzdata package will overwrite whatever the current time zone is with its default. This is not great if you’re upgrading the package on an existing system. Should the creati
Hi, It seems to me that the tzdata package will overwrite whatever the current time zone is with its default. This is not great if you’re upgrading the package on an existing system. Should the creati
|
By
Anders Montonen
· #42901
·
|
|
tzdata overwrites existing localtime/zoneinfo?
Hi, A colleague pointed out that although ${sysconfdir}/localtime is added to CONFFILES, the get_conffiles() function in package.bbclass explicitly removes symlinks from the list of configuration file
Hi, A colleague pointed out that although ${sysconfdir}/localtime is added to CONFFILES, the get_conffiles() function in package.bbclass explicitly removes symlinks from the list of configuration file
|
By
Anders Montonen
· #42913
·
|
|
Building on non-x86 hosts, wic and syslinux
Hi, I was experimenting with building on an AArch64 host, and ran into the issue that image_types_wic.bbclass unconditionally adds syslinux-native to the dependencies, while syslinux is only compatibl
Hi, I was experimenting with building on an AArch64 host, and ran into the issue that image_types_wic.bbclass unconditionally adds syslinux-native to the dependencies, while syslinux is only compatibl
|
By
Anders Montonen
· #44697
·
|
|
Recurrent service file
You probably want a timer unit that triggers the service unit: <https://www.freedesktop.org/software/systemd/man/systemd.timer.html> Regards, Anders
You probably want a timer unit that triggers the service unit: <https://www.freedesktop.org/software/systemd/man/systemd.timer.html> Regards, Anders
|
By
Anders Montonen
· #46088
·
|
|
[meta-security][thud][PATCH 0/3] AppArmor fixes for Thud
This series backports two patches from master, and fixes one xargs incompatibility. Together, this allows AppArmor run on an Arm target under systemd. Anders Montonen (1): apparmor: Fix xargs error Ar
This series backports two patches from master, and fixes one xargs incompatibility. Together, this allows AppArmor run on an Arm target under systemd. Anders Montonen (1): apparmor: Fix xargs error Ar
|
By
Anders Montonen
· #47072
·
|
|
[meta-security][thud][PATCH 1/3] apparmor: ptest fail to build on arm
From: Armin Kuster <akuster808@...> exclude arm and aarch64 ptest tasks [v2&3] Sent before committing. Signed-off-by: Armin Kuster <akuster808@...> (cherry picked from commit 27ddb455543b6
From: Armin Kuster <akuster808@...> exclude arm and aarch64 ptest tasks [v2&3] Sent before committing. Signed-off-by: Armin Kuster <akuster808@...> (cherry picked from commit 27ddb455543b6
|
By
Anders Montonen
· #47074
·
|
|
[meta-security][thud][PATCH 2/3] apparmor: fix systemd support so it works
From: Armin Kuster <akuster808@...> [Yocto # 13568] Signed-off-by: Armin Kuster <akuster808@...> (cherry picked from commit 5d049e7ef8a0a0a811e2ea1353521c6898e54e4d) Signed-off-by: Anders
From: Armin Kuster <akuster808@...> [Yocto # 13568] Signed-off-by: Armin Kuster <akuster808@...> (cherry picked from commit 5d049e7ef8a0a0a811e2ea1353521c6898e54e4d) Signed-off-by: Anders
|
By
Anders Montonen
· #47073
·
|
|
[meta-security][thud][PATCH 3/3] apparmor: Fix xargs error
The functions script uses flags specific to GNU xargs. Add findutils to RDEPENDS. Fixes: /lib/apparmor/functions: line 92: echo: write error: Broken pipe Signed-off-by: Anders Montonen <Anders.Montone
The functions script uses flags specific to GNU xargs. Add findutils to RDEPENDS. Fixes: /lib/apparmor/functions: line 92: echo: write error: Broken pipe Signed-off-by: Anders Montonen <Anders.Montone
|
By
Anders Montonen
· #47071
·
|
|
[meta-security][PATCH] meta-integrity/../systemd: fix pollution issue
Hi, These look like typos: of -> if iam -> ima iam -> ima Regards, Anders
Hi, These look like typos: of -> if iam -> ima iam -> ima Regards, Anders
|
By
Anders Montonen
· #47810
·
|
|
cve-checker name collisions
Hi, What's the best way for handling name collisions when using the cve-checker tool? For example, there's a ton of Adobe Flex vulnerabilities that are reported against the Flex lexical analyzer gener
Hi, What's the best way for handling name collisions when using the cve-checker tool? For example, there's a ton of Adobe Flex vulnerabilities that are reported against the Flex lexical analyzer gener
|
By
Anders Montonen
· #48133
·
|
|
cve-checker name collisions
Thanks (and to Mikko too), that worked, though I’m a bit curious how one would find the proper vendor name, especially for a project like this where there’s no clear company name. Regards, Anders
Thanks (and to Mikko too), that worked, though I’m a bit curious how one would find the proper vendor name, especially for a project like this where there’s no clear company name. Regards, Anders
|
By
Anders Montonen
· #48153
·
|
|
Getting kernel patch to work
Hi, It looks like you have a typo here, the last letter of SRC_URI isn’t capitalized. -a
Hi, It looks like you have a typo here, the last letter of SRC_URI isn’t capitalized. -a
|
By
Anders Montonen
· #48732
·
|
|
Shorten booting time
If you’re using systemd, you can use systemd-analyze to get some boot performance statistics. They can help identify slow-starting services, dependency chains, and other bottlenecks. -a
If you’re using systemd, you can use systemd-analyze to get some boot performance statistics. They can help identify slow-starting services, dependency chains, and other bottlenecks. -a
|
By
Anders Montonen
· #49095
·
|