From 4d41a741f0a47904a75db2981f5295732f7549c5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 12 Jan 2024 18:52:39 +0000 Subject: fix(perm): set umask 077 (#1554) This ensures no other user can read shell history data Resolves #1250 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9aa03831..9dd12204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ whoami = "1.1.2" typed-builder = "0.18.0" pretty_assertions = "1.3.0" thiserror = "1.0" +rustix = {version = "0.38.28", features=["process", "fs"]} [workspace.dependencies.reqwest] version = "0.11" -- cgit v1.3.1