mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
Remove process isolation temporarily
This commit is contained in:
@@ -13,10 +13,10 @@ 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
|
||||
)
|
||||
})
|
||||
// secmem_proc::harden_process().map_err(|e| {
|
||||
// anyhow::anyhow!(
|
||||
// "failed to isolate process, memory may be accessible by other processes {}",
|
||||
// e
|
||||
// )
|
||||
// })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user