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