Open hudini87 opened 4 months ago
@hudini87 It appears that this issue lacks any specific ties to Vitis AI. Potential paths to obtain support for the questions that you have asked might include the user forums, your local FAE, or opening a case with worldwide technical support. This repository is for Vitis AI specific issues and not for general technical support.
I hope that you find solutions to this challenge.
--Quenton
HI,
working with Petalinux 2021.2, (gatesgarth), with linux red hat on my PC.
trying to implement meta-security with its hardening features like bastille and checksecurity as s explained in :
https://github.com/Xilinx/meta-security/tree/rel-v2021.2
in meta-security layer i want to use checksecurity package, as explained in docs folder overview.txt.
meta-security is exist and implemented in linux as a layer, and for example nmap and other packages are compiled with command petalinux -build -c..
for checksecurity package (in recipes-scanners) the fetch process fails as seen in attached picture:
unable to fetch from http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_2.0.15.tar.gz.
when i'm trying to go to the source with my PC /phone i get :
"the requested URL was not found on this server".
1.what are the possibilities & tools to harden my linux with petalinux? 2.maybe the tar.gz location was changed? 3.what is the right way to compile checksecurity into my image? 4 . in addition, bastille doesn't work on my embedded while typing " bastille -c --os Yocto" , command is unknown.
Meta-security Docs
=============
In this section the contents of the layer is listed, along with a short
help for each package.
== checksecurity ==
please help.
thanks for advance!