forked from github-mirror/docker-nixpkgs
nix: fix /tmp permissions
The /tmp folder was missing the sticky bit
This commit is contained in:
@@ -41,7 +41,7 @@ let
|
||||
ln -s ../bin usr/bin
|
||||
|
||||
# make sure /tmp exists
|
||||
mkdir -m 0777 tmp
|
||||
mkdir -m 1777 tmp
|
||||
'';
|
||||
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user