mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
meta-security-1.0-final
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
This commit is contained in:
@@ -120,6 +120,8 @@ help for each package.
|
|||||||
|
|
||||||
== pax-utils ==
|
== pax-utils ==
|
||||||
|
|
||||||
|
( This package can be found in oe-core )
|
||||||
|
|
||||||
pax-utils is a small set of various PaX aware and related utilities for
|
pax-utils is a small set of various PaX aware and related utilities for
|
||||||
ELF binaries.
|
ELF binaries.
|
||||||
|
|
||||||
@@ -213,9 +215,6 @@ help for each package.
|
|||||||
|
|
||||||
More detailed usage can be found in the man pages and README file of the package.
|
More detailed usage can be found in the man pages and README file of the package.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -18,29 +18,14 @@ SRC_URI = "http://sourceforge.net/projects/bastille-linux/files/bastille-linux/3
|
|||||||
file://fix_version_parse.patch \
|
file://fix_version_parse.patch \
|
||||||
file://yocto-standard-patch.patch \
|
file://yocto-standard-patch.patch \
|
||||||
file://Curses-and-IOLoader-changes.patch \
|
file://Curses-and-IOLoader-changes.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "df803f7e38085aa5da79f85d0539f91b"
|
SRC_URI[md5sum] = "df803f7e38085aa5da79f85d0539f91b"
|
||||||
SRC_URI[sha256sum] = "0ea25191b1dc1c8f91e1b6f8cb5436a3aa1e57418809ef902293448efed5021a"
|
SRC_URI[sha256sum] = "0ea25191b1dc1c8f91e1b6f8cb5436a3aa1e57418809ef902293448efed5021a"
|
||||||
|
|
||||||
S = "${WORKDIR}/Bastille"
|
S = "${WORKDIR}/Bastille"
|
||||||
|
|
||||||
#CONFFILES_${PN} += "${sysconfdir}/init.d/skeleton"
|
|
||||||
#
|
|
||||||
#do_compile () {
|
|
||||||
# ${CC} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test
|
|
||||||
#}
|
|
||||||
#
|
|
||||||
do_install () {
|
do_install () {
|
||||||
# install -d ${D}${sysconfdir}/init.d
|
|
||||||
# cat ${WORKDIR}/skeleton | \
|
|
||||||
# sed -e 's,/etc,${sysconfdir},g' \
|
|
||||||
# -e 's,/usr/sbin,${sbindir},g' \
|
|
||||||
# -e 's,/var,${localstatedir},g' \
|
|
||||||
# -e 's,/usr/bin,${bindir},g' \
|
|
||||||
# -e 's,/usr,${prefix},g' > ${D}${sysconfdir}/init.d/skeleton
|
|
||||||
# chmod a+x ${D}${sysconfdir}/init.d/skeleton
|
|
||||||
|
|
||||||
install -d ${D}${sbindir}
|
install -d ${D}${sbindir}
|
||||||
install -d ${D}${libdir}/perl/site_perl/Curses
|
install -d ${D}${libdir}/perl/site_perl/Curses
|
||||||
ln -sf perl ${D}/${libdir}/perl5
|
ln -sf perl ${D}/${libdir}/perl5
|
||||||
@@ -55,104 +40,98 @@ do_install () {
|
|||||||
install -d ${D}${localstatedir}/lock/subsys/bastille
|
install -d ${D}${localstatedir}/lock/subsys/bastille
|
||||||
install -d ${D}${localstatedir}/log/Bastille
|
install -d ${D}${localstatedir}/log/Bastille
|
||||||
install -d ${D}${sysconfdir}/Bastille
|
install -d ${D}${sysconfdir}/Bastille
|
||||||
|
install -m 0755 AutomatedBastillei ${D}${sbindir}
|
||||||
install -m 0755 AutomatedBastille ${D}${sbindir}
|
install -m 0755 BastilleBackEnd ${D}${sbindir}
|
||||||
install -m 0755 BastilleBackEnd ${D}${sbindir}
|
install -m 0755 InteractiveBastille ${D}${sbindir}
|
||||||
install -m 0755 InteractiveBastille ${D}${sbindir}
|
install -m 0644 Modules.txt ${D}${datadir}/Bastille
|
||||||
# Questions.txt has been replaced by Modules.txt and Questions/
|
|
||||||
#install -m 0644 Questions.txt ${D}${datadir}/Bastille
|
|
||||||
install -m 0644 Modules.txt ${D}${datadir}/Bastille
|
|
||||||
# New Weights file(s).
|
# New Weights file(s).
|
||||||
install -m 0644 Weights.txt ${D}${datadir}/Bastille
|
install -m 0644 Weights.txt ${D}${datadir}/Bastille
|
||||||
# Castle graphic
|
# Castle graphic
|
||||||
install -m 0644 bastille.jpg ${D}${datadir}/Bastille/
|
install -m 0644 bastille.jpg ${D}${datadir}/Bastille/
|
||||||
# Javascript file
|
# Javascript file
|
||||||
install -m 0644 wz_tooltip.js ${D}${datadir}/Bastille/
|
install -m 0644 wz_tooltip.js ${D}${datadir}/Bastille/
|
||||||
install -m 0644 Credits ${D}${datadir}/Bastille
|
install -m 0644 Credits ${D}${datadir}/Bastille
|
||||||
install -m 0644 FKL/configs/fkl_config_redhat.cfg ${D}${datadir}/Bastille/FKL/configs/
|
install -m 0644 FKL/configs/fkl_config_redhat.cfg ${D}${datadir}/Bastille/FKL/configs/
|
||||||
|
install -m 0755 RevertBastille ${D}${sbindir}
|
||||||
|
install -m 0755 bin/bastille ${D}${sbindir}
|
||||||
|
install -m 0644 bastille-firewall ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-firewall-reset ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-firewall-schedule ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-tmpdir-defense.sh ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-tmpdir.csh ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-tmpdir.sh ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-firewall.cfg ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-ipchains ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-netfilter ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-firewall-early.sh ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 bastille-firewall-pre-audit.sh ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 complete.xbm ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 incomplete.xbm ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 disabled.xpm ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 ifup-local ${D}${datadir}/Bastille
|
||||||
|
install -m 0644 hosts.allow ${D}${datadir}/Bastille
|
||||||
|
|
||||||
install -m 0755 RevertBastille ${D}${sbindir}
|
install -m 0644 Bastille/AccountSecurity.pm ${D}${libdir}/Bastille
|
||||||
install -m 0755 bin/bastille ${D}${sbindir}
|
install -m 0644 Bastille/Apache.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-firewall ${D}${datadir}/Bastille
|
install -m 0644 Bastille/API.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-firewall-reset ${D}${datadir}/Bastille
|
install -m 0644 ${WORKDIR}/AccountPermission.pm ${D}${libdir}/Bastille/API
|
||||||
install -m 0644 bastille-firewall-schedule ${D}${datadir}/Bastille
|
install -m 0644 ${WORKDIR}/FileContent.pm ${D}${libdir}/Bastille/API
|
||||||
install -m 0644 bastille-tmpdir-defense.sh ${D}${datadir}/Bastille
|
install -m 0644 ${WORKDIR}/HPSpecific.pm ${D}${libdir}/Bastille/API
|
||||||
install -m 0644 bastille-tmpdir.csh ${D}${datadir}/Bastille
|
install -m 0644 ${WORKDIR}/ServiceAdmin.pm ${D}${libdir}/Bastille/API
|
||||||
install -m 0644 bastille-tmpdir.sh ${D}${datadir}/Bastille
|
install -m 0644 ${WORKDIR}/Miscellaneous.pm ${D}${libdir}/Bastille/API
|
||||||
install -m 0644 bastille-firewall.cfg ${D}${datadir}/Bastille
|
install -m 0644 Bastille/BootSecurity.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-ipchains ${D}${datadir}/Bastille
|
install -m 0644 Bastille/ConfigureMiscPAM.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-netfilter ${D}${datadir}/Bastille
|
install -m 0644 Bastille/DisableUserTools.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-firewall-early.sh ${D}${datadir}/Bastille
|
install -m 0644 Bastille/DNS.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 bastille-firewall-pre-audit.sh ${D}${datadir}/Bastille
|
install -m 0644 Bastille/FilePermissions.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 complete.xbm ${D}${datadir}/Bastille
|
install -m 0644 Bastille/FTP.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 incomplete.xbm ${D}${datadir}/Bastille
|
install -m 0644 Bastille/Firewall.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 disabled.xpm ${D}${datadir}/Bastille
|
install -m 0644 Bastille/OSX_API.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 ifup-local ${D}${datadir}/Bastille
|
install -m 0644 Bastille/LogAPI.pm ${D}${libdir}/Bastille
|
||||||
install -m 0644 hosts.allow ${D}${datadir}/Bastille
|
install -m 0644 Bastille/HP_UX.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/IOLoader.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/Patches.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/Logging.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/MiscellaneousDaemons.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/PatchDownload.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/Printing.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/PSAD.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/RemoteAccess.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/SecureInetd.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/Sendmail.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/TestDriver.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/TMPDIR.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_AccountSecurity.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_Apache.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_DNS.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_FTP.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_HP_UX.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_MiscellaneousDaemons.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_Patches.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_SecureInetd.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_Sendmail.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_BootSecurity.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_DisableUserTools.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_FilePermissions.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_Logging.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/test_Printing.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille/IPFilter.pm ${D}${libdir}/Bastille
|
||||||
|
install -m 0644 Bastille_Curses.pm ${D}${libdir}/perl5/site_perl
|
||||||
|
install -m 0644 Bastille_Tk.pm ${D}${libdir}/perl5/site_perl
|
||||||
|
install -m 0644 Curses/Widgets.pm ${D}${libdir}/perl5/site_perl/Curses
|
||||||
|
|
||||||
install -m 0644 Bastille/AccountSecurity.pm ${D}${libdir}/Bastille
|
install -m 0644 OSMap/LINUX.bastille ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 Bastille/Apache.pm ${D}${libdir}/Bastille
|
install -m 0644 OSMap/LINUX.system ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 Bastille/API.pm ${D}${libdir}/Bastille
|
install -m 0644 OSMap/LINUX.service ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 ${WORKDIR}/AccountPermission.pm ${D}${libdir}/Bastille/API
|
install -m 0644 OSMap/HP-UX.bastille ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 ${WORKDIR}/FileContent.pm ${D}${libdir}/Bastille/API
|
install -m 0644 OSMap/HP-UX.system ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 ${WORKDIR}/HPSpecific.pm ${D}${libdir}/Bastille/API
|
install -m 0644 OSMap/HP-UX.service ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 ${WORKDIR}/ServiceAdmin.pm ${D}${libdir}/Bastille/API
|
install -m 0644 OSMap/OSX.bastille ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 ${WORKDIR}/Miscellaneous.pm ${D}${libdir}/Bastille/API
|
install -m 0644 OSMap/OSX.system ${D}${datadir}/Bastille/OSMap
|
||||||
install -m 0644 Bastille/BootSecurity.pm ${D}${libdir}/Bastille
|
install -m 0644 ${WORKDIR}/config ${D}${sysconfdir}/Bastille/config
|
||||||
install -m 0644 Bastille/ConfigureMiscPAM.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/DisableUserTools.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/DNS.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/FilePermissions.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/FTP.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/Firewall.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/OSX_API.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/LogAPI.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/HP_UX.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/IOLoader.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/Patches.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/Logging.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/MiscellaneousDaemons.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/PatchDownload.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/Printing.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/PSAD.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/RemoteAccess.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/SecureInetd.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/Sendmail.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/TestDriver.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/TMPDIR.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_AccountSecurity.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_Apache.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_DNS.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_FTP.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_HP_UX.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_MiscellaneousDaemons.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_Patches.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_SecureInetd.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_Sendmail.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_BootSecurity.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_DisableUserTools.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_FilePermissions.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_Logging.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/test_Printing.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille/IPFilter.pm ${D}${libdir}/Bastille
|
|
||||||
install -m 0644 Bastille_Curses.pm ${D}${libdir}/perl5/site_perl
|
|
||||||
install -m 0644 Bastille_Tk.pm ${D}${libdir}/perl5/site_perl
|
|
||||||
install -m 0644 Curses/Widgets.pm ${D}${libdir}/perl5/site_perl/Curses
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
install -m 0644 OSMap/LINUX.bastille ${D}${datadir}/Bastille/OSMap
|
|
||||||
install -m 0644 OSMap/LINUX.system ${D}${datadir}/Bastille/OSMap
|
|
||||||
install -m 0644 OSMap/LINUX.service ${D}${datadir}/Bastille/OSMap
|
|
||||||
install -m 0644 OSMap/HP-UX.bastille ${D}${datadir}/Bastille/OSMap
|
|
||||||
install -m 0644 OSMap/HP-UX.system ${D}${datadir}/Bastille/OSMap
|
|
||||||
install -m 0644 OSMap/HP-UX.service ${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 ${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
|
||||||
done
|
done
|
||||||
|
|
||||||
ln -s ${D}${sbindir}/RevertBastille ${D}${sbindir}/UndoBastille
|
ln -s ${D}${sbindir}/RevertBastille ${D}${sbindir}/UndoBastille
|
||||||
|
|||||||
@@ -22,8 +22,14 @@ do_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${exec_prefix}/local/${PN}
|
install -d ${D}${bindir}/buck
|
||||||
cp -r ${S}/* ${D}${exec_prefix}/local/${PN}
|
cp -r ${S}/* ${D}${bindir}/buck
|
||||||
|
cp -r ${S}/buck-security ${D}${bindir}
|
||||||
|
sed -i 's:use lib "checks":use lib "${bindir}/buck/checks":g' ${D}${bindir}/buck-security
|
||||||
|
sed -i 's:use lib "checks/lib":use lib "${bindir}/buck/checks/lib":g' ${D}${bindir}/buck-security
|
||||||
|
sed -i 's:use lib "lib":use lib "${bindir}/buck/lib":g' ${D}${bindir}/buck-security
|
||||||
|
sed -i 's:conf/buck-security.conf:${bindir}/buck/conf/buck-security.conf:g' ${D}${bindir}/buck-security
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = "${exec_prefix}/*"
|
FILES_${PN} = "${bindir}/*"
|
||||||
|
|||||||
@@ -13,89 +13,89 @@ SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
|
|||||||
SRC_URI[sha256sum] = "0e672a6a46bf2abde419a0e8ea846696d7f32e99ad18a6b405736ee6af07509f"
|
SRC_URI[sha256sum] = "0e672a6a46bf2abde419a0e8ea846696d7f32e99ad18a6b405736ee6af07509f"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -d ${D}${datadir}
|
install -d ${D}${datadir}
|
||||||
install -d ${D}${datadir}/man/man1
|
install -d ${D}${datadir}/man/man1
|
||||||
install -d ${D}${datadir}/doc/nikto
|
install -d ${D}${datadir}/doc/nikto
|
||||||
install -d ${D}${sysconfdir}/nikto
|
install -d ${D}${sysconfdir}/nikto
|
||||||
install -d ${D}${sysconfdir}/nikto/databases
|
install -d ${D}${sysconfdir}/nikto/databases
|
||||||
install -d ${D}${sysconfdir}/nikto/plugins
|
install -d ${D}${sysconfdir}/nikto/plugins
|
||||||
install -d ${D}${sysconfdir}/nikto/templates
|
install -d ${D}${sysconfdir}/nikto/templates
|
||||||
|
|
||||||
install -m 0644 databases/db_404_strings ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_404_strings ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_content_search ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_content_search ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_dictionary ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_dictionary ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_embedded ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_embedded ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_favicon ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_favicon ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_headers ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_headers ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_httpoptions ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_httpoptions ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_multiple_index ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_multiple_index ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_outdated ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_outdated ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_parked_strings ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_parked_strings ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_realms ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_realms ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_server_msgs ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_server_msgs ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_subdomains ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_subdomains ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_tests ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_tests ${D}${sysconfdir}/nikto/databases
|
||||||
install -m 0644 databases/db_variables ${D}${sysconfdir}/nikto/databases
|
install -m 0644 databases/db_variables ${D}${sysconfdir}/nikto/databases
|
||||||
|
|
||||||
install -m 0644 plugins/JSON-PP.pm ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/JSON-PP.pm ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/LW2.pm ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/LW2.pm ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_apache_expect_xss.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_apache_expect_xss.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_apacheusers.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_apacheusers.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_auth.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_auth.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_cgi.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_cgi.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_clientaccesspolicy.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_clientaccesspolicy.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_content_search.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_content_search.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_cookies.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_cookies.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_core.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_core.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_dictionary_attack.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_dictionary_attack.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_embedded.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_embedded.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_favicon.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_favicon.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_fileops.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_fileops.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_headers.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_headers.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_httpoptions.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_httpoptions.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_msgs.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_msgs.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_multiple_index.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_multiple_index.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_outdated.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_outdated.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_parked.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_parked.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_paths.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_paths.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_put_del_test.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_put_del_test.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_csv.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_csv.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_html.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_html.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_msf.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_msf.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_nbe.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_nbe.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_text.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_text.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_report_xml.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_report_xml.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_robots.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_robots.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_siebel.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_siebel.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_ssl.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_ssl.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_subdomain.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_subdomain.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
install -m 0644 plugins/nikto_tests.plugin ${D}${sysconfdir}/nikto/plugins
|
install -m 0644 plugins/nikto_tests.plugin ${D}${sysconfdir}/nikto/plugins
|
||||||
|
|
||||||
install -m 0644 templates/htm_close.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_close.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_end.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_end.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_host_head.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_host_head.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_host_im.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_host_im.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_host_item.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_host_item.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_stop.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_stop.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_start.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/htm_summary.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/htm_summary.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_end.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_end.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_host_head.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_host_head.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_host_im.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_host_im.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_host_item.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_host_item.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_start.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_start.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
install -m 0644 templates/xml_summary.tmpl ${D}${sysconfdir}/nikto/templates
|
install -m 0644 templates/xml_summary.tmpl ${D}${sysconfdir}/nikto/templates
|
||||||
|
|
||||||
install -m 0644 nikto.conf ${D}${sysconfdir}
|
install -m 0644 nikto.conf ${D}${sysconfdir}
|
||||||
|
|
||||||
install -m 0755 nikto.pl ${D}${bindir}/nikto
|
install -m 0755 nikto.pl ${D}${bindir}/nikto
|
||||||
install -m 0644 replay.pl ${D}${bindir}
|
install -m 0644 replay.pl ${D}${bindir}
|
||||||
install -m 0644 docs/nikto.1 ${D}${datadir}/man/man1
|
install -m 0644 docs/nikto.1 ${D}${datadir}/man/man1
|
||||||
|
|
||||||
install -m 0644 docs/CHANGES.txt ${D}${datadir}/doc/nikto
|
install -m 0644 docs/CHANGES.txt ${D}${datadir}/doc/nikto
|
||||||
install -m 0644 docs/LICENSE.txt ${D}${datadir}/doc/nikto
|
install -m 0644 docs/LICENSE.txt ${D}${datadir}/doc/nikto
|
||||||
install -m 0644 docs/nikto.dtd ${D}${datadir}/doc/nikto
|
install -m 0644 docs/nikto.dtd ${D}${datadir}/doc/nikto
|
||||||
install -m 0644 docs/nikto_manual.html ${D}${datadir}/doc/nikto
|
install -m 0644 docs/nikto_manual.html ${D}${datadir}/doc/nikto
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ inherit autotools
|
|||||||
|
|
||||||
DEPENDS = "libpcap"
|
DEPENDS = "libpcap"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-liblua --without-zenmap"
|
EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
autoconf
|
autoconf
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
SUMMARY = "Security-focused ELF files checking tool"
|
|
||||||
DESCRIPTION = "This is a small set of various PaX aware and related \
|
|
||||||
utilities for ELF binaries. It can check ELF binary files and running \
|
|
||||||
processes for issues that might be relevant when using ELF binaries \
|
|
||||||
along with PaX, such as non-PIC code or executable stack and heap."
|
|
||||||
HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
|
|
||||||
LICENSE = "GPLv2+"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
|
||||||
|
|
||||||
SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8ae7743ad11500f7604f2e817221d877"
|
|
||||||
SRC_URI[sha256sum] = "1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84"
|
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install
|
|
||||||
}
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/libwhisker2-2.5"
|
|||||||
inherit cpan-base perlnative
|
inherit cpan-base perlnative
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d 755 ${D}${PERLLIBDIRS}/vendor_perl/${PERLVERSION}
|
install -d 755 ${D}${PERLLIBDIRS}/vendor_perl/${PERLVERSION}
|
||||||
install -d 755 ${D}${datadir}/perl/${PERLVERSION}
|
install -d 755 ${D}${datadir}/perl/${PERLVERSION}
|
||||||
oe_runmake install DESTDIR=${D} INSTALLDIR=${PERLLIBDIRS}/vendor_perl/${PERLVERSION} MANDIR=${datadir}/perl/${PERLVERSION}
|
oe_runmake install DESTDIR=${D} INSTALLDIR=${PERLLIBDIRS}/vendor_perl/${PERLVERSION} MANDIR=${datadir}/perl/${PERLVERSION}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,18 +22,18 @@ SRC_URI = "file://find-chroot-py.sh \
|
|||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-chroot-py.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-chroot-py.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-chroot.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-chroot.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-elf4tmp.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-elf4tmp.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-execstack.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-execstack.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-hidden-exec.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-hidden-exec.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-nodrop-groups.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-nodrop-groups.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-sh4errors.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-sh4errors.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/find-sh4tmp.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/find-sh4tmp.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/lib-bin-check.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/lib-bin-check.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/rpm-chksec.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/rpm-chksec.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/rpm-drop-groups.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/rpm-drop-groups.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/selinux-check-devices.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/selinux-check-devices.sh ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/selinux-ls-unconfined.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/selinux-ls-unconfined.sh ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user