mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
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