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
|
ln -s ../bin usr/bin
|
||||||
|
|
||||||
# make sure /tmp exists
|
# make sure /tmp exists
|
||||||
mkdir -m 0777 tmp
|
mkdir -m 1777 tmp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user