mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 03:18:00 +00:00
feat: nvidia-open images, major streamlining, bugfixes, and polish (#461)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"window.titleBarStyle": "custom",
|
||||
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"gitlens.telemetry.enabled": false
|
||||
}
|
||||
3
files/system/etc/containers/registries.d/wayblue.yaml
Normal file
3
files/system/etc/containers/registries.d/wayblue.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
docker:
|
||||
ghcr.io/wayblueorg:
|
||||
use-sigstore-attachments: true
|
||||
4
files/system/etc/pki/containers/wayblue.pub
Normal file
4
files/system/etc/pki/containers/wayblue.pub
Normal file
@@ -0,0 +1,4 @@
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE0HrfZIuVnc6fK0LjNHotudA7ym+c
|
||||
xTbDVrZb1Y1SXsdbNOsVcCojMRylp9+IE0p/YSsfuGFF64juRx7ZoJ9PpA==
|
||||
-----END PUBLIC KEY-----
|
||||
@@ -23,6 +23,7 @@ set-kargs-hardening:
|
||||
--append-if-missing="spec_store_bypass_disable=on" \
|
||||
--append-if-missing="l1d_flush=on" \
|
||||
--append-if-missing="gather_data_sampling=force"
|
||||
--append-if-missing="ia32_emulation=0"
|
||||
echo "Hardening kargs set."
|
||||
|
||||
# Add additional (unstable) boot parameters for hardening (requires reboot)
|
||||
|
||||
Reference in New Issue
Block a user