diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 75447292fe..0bd95c226a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -50,6 +50,9 @@ [dj] - Added Python dependency for xcb-proto. + + [dj] - Corrected permissions of nss headers. + diff --git a/postlfs/security/nss.xml b/postlfs/security/nss.xml index 95ec43c71e..56a0d103ca 100644 --- a/postlfs/security/nss.xml +++ b/postlfs/security/nss.xml @@ -130,7 +130,8 @@ install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib && install -v -m755 -d /usr/include/nss && install -v -m755 $NSS_LINUXDIR/bin/nss-config /usr/bin && install -v -m644 $NSS_LINUXDIR/lib/pkgconfig/nss.pc /usr/lib/pkgconfig && -cp -v -RL {public,private}/nss/* /usr/include/nss +cp -v -RL {public,private}/nss/* /usr/include/nss && +chmod 644 /usr/include/nss/* Now as the unprivileged user, exit the bash shell started at the beginning of the installation to restore the