mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 02:44:01 +00:00
Fix build
This commit is contained in:
@@ -12,11 +12,5 @@ pub fn is_core_dumping_disabled() -> Result<bool> {
|
||||
pub fn isolate_process() -> Result<()> {
|
||||
let pid: u32 = std::process::id();
|
||||
info!(pid, "Isolating main process via DACL.");
|
||||
|
||||
// secmem_proc::harden_process().map_err(|e| {
|
||||
// anyhow::anyhow!(
|
||||
// "failed to isolate process, memory may be accessible by other processes {}",
|
||||
// e
|
||||
// )
|
||||
// })
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user