nix: fix /tmp permissions
The /tmp folder was missing the sticky bit
This commit is contained in:
parent
8ceae9d833
commit
669e1a3129
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
||||||
ln -s ../bin usr/bin
|
ln -s ../bin usr/bin
|
||||||
|
|
||||||
# make sure /tmp exists
|
# make sure /tmp exists
|
||||||
mkdir -m 0777 tmp
|
mkdir -m 1777 tmp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue