Skip to content

Commit

Permalink
harden /run mount
Browse files Browse the repository at this point in the history
Signed-off-by: Zen <[email protected]>
  • Loading branch information
desultory committed Nov 20, 2024
1 parent 3f5a080 commit cf02d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ugrd/fs/mounts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ base_mount = true
[mounts.run]
type = "tmpfs"
path = "tmpfs"
options = ["nosuid", "noexec", "nodev", "mode=0755"]
base_mount = true

0 comments on commit cf02d62

Please sign in to comment.