Commit eb83bb7
committed
Sync other systemd /tmp mount options with Fedora
The Qubes config for systemd /tmp mount options overrides the size of
/tmp due to memory ballooning. However, it only copies some of the
other options. This patch syncs with Fedora by also adding the options
nosuid,nodev,nr_inodes=1m. Setting nosuid and nodev should have minor
security benefits.
Increasing nr_inodes is important because otherwise the default is
nr_inodes=44492, which is too few inodes for software like "opam" which
uses /tmp as a staging directory.1 parent ee003d4 commit eb83bb7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments