Tags: qntx/owx
Tags
refactor(owx-vault): split unsafe blocks in disable_core_dumps and im… …prove safety documentation Split single unsafe block into two separate blocks for prctl and setrlimit calls with distinct safety justifications. Move rlimit struct initialization outside unsafe block since it doesn't require unsafe operations. Update safety comments to be more precise about each FFI call's safety requirements.