5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
|
do_install:append:harden () {
|
|
sed -i 's/umask.*/umask 027/g' ${D}/${sysconfdir}/profile
|
|
}
|