Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:security [2024/07/13 05:33] – [Openscap] admin | linux:security [2025/02/05 12:37] (current) – [Library] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Library ====== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | opensource opsec review | ||
+ | |||
====== Linux Security | ====== Linux Security | ||
* https:// | * https:// | ||
+ | |||
+ | ====== Zerotrust ====== | ||
+ | https:// | ||
====== Zerotrust Browser ====== | ====== Zerotrust Browser ====== | ||
Line 61: | Line 72: | ||
====== Openscap ====== | ====== Openscap ====== | ||
- | - https:// | ||
- | <code BASH> | ||
- | # https:// | ||
- | # Install OpenSCAP | ||
- | sudo apt install libopenscap8 | ||
- | # Confirm installation and location | + | - Security Technical Implementation Guide |
- | which oscap | + | - https:// |
+ | - https:// | ||
+ | - https:// | ||
+ | - ++ Detail|< | ||
+ | |||
+ | sudo apt-get install libopenscap8 | ||
+ | oscap -v | ||
+ | oscap -V | ||
+ | |||
+ | | ||
- | # Confirm OpenSCAP version | ||
- | oscap -V | ||
- | # Install SCAP security guide targeting Debian-based OS | ||
- | sudo apt install ssg-debderived | ||
- | | ||
oscap info / | oscap info / | ||
Line 81: | Line 91: | ||
- | </code> | + | oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_stig --fix-type bash /usr/ |
+ | grep '2 echo "' | ||
+ | </ | ||
+ | ++ |