mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 01:00:34 +00:00
0d72d40772
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
|
|
}
|