Commit ef920fb
Set XDG_RUNTIME_DIR perimssions to 700
From the spec: "Its Unix access mode MUST be 0700". Some software
will check this and throw an error if it isn't. For instance, the
xdg crate returns an `Err(XdgRuntimeDirInsecure(/*...*/))` under
muvm.
Signed-off-by: Kitlith <[email protected]>1 parent afdd92d commit ef920fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments