mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-10 16:11:53 +00:00
bastille: bastille/config should not be world writeable.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -138,7 +138,7 @@ do_install () {
|
|||||||
install -m 0644 OSMap/OSX.bastille ${D}${datadir}/Bastille/OSMap
|
install -m 0644 OSMap/OSX.bastille ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 OSMap/OSX.system ${D}${datadir}/Bastille/OSMap
|
install -m 0644 OSMap/OSX.system ${D}${datadir}/Bastille/OSMap
|
||||||
|
|
||||||
install -m 0777 ${WORKDIR}/config ${D}${sysconfdir}/Bastille/config
|
install -m 0644 ${WORKDIR}/config ${D}${sysconfdir}/Bastille/config
|
||||||
|
|
||||||
for file in `cat Modules.txt` ; do
|
for file in `cat Modules.txt` ; do
|
||||||
install -m 0644 Questions/$file.txt ${D}${datadir}/Bastille/Questions
|
install -m 0644 Questions/$file.txt ${D}${datadir}/Bastille/Questions
|
||||||
|
|||||||
Reference in New Issue
Block a user