Skip to content

Commit

Permalink
Merge pull request #137 from desultory/dev
Browse files Browse the repository at this point in the history
harden /run mount
  • Loading branch information
desultory authored Nov 20, 2024
2 parents e4b1e2c + cf02d62 commit f6e1e80
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 f6e1e80

Please sign in to comment.