mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
9cd85e054f
Commit352e6498amissed updating the override syntax for the "harden" distro override. Fixes:352e6498a("meta-hardening: Convert to new override syntax") Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
|
do_install:append:harden () {
|
|
sed -i 's/umask.*/umask 027/g' ${D}/${sysconfdir}/profile
|
|
}
|