Skip to content

Commit

Permalink
Enforce mode of /tmp after install. Fixes #125
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed Nov 15, 2021
1 parent 1d509b3 commit e0f552c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoreServices/Installer/Source/GSGeomDisk.m
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ -(void)finalizeInstallation {
dataUsingEncoding:NSUTF8StringEncoding]);
else
waitpid(pid, &status, WEXITED);

chmod("/tmp/pool/tmp", 01777);
#endif
}

Expand Down

0 comments on commit e0f552c

Please sign in to comment.