MCPcopy Create free account
hub / github.com/OpenKeyring/oak-keyring / apply_process_protections

Function apply_process_protections

src/security/process.rs:99–123  ·  view source on GitHub ↗

Applies process-level memory dump protections. This function should be called early in the application startup, before any sensitive data (keys, passwords) is loaded or derived. All protections are best-effort - if a protection fails, a warning is logged but the application continues running. The returned `ProcessProtections` struct indicates which protections succeeded. # Platform-Specific Beh

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

mainFunction · 0.85
mainFunction · 0.85

Calls 3

disable_core_dumpsFunction · 0.85
disable_dumpableFunction · 0.85
install_crash_handlersFunction · 0.70