Skip to content

Commit a16df5b

Browse files
committed
(#34): Fix default permissions for write: 0o755 instead of 0o666
1 parent bd9f600 commit a16df5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/component/compiler/src/Workflow/Task/ApplyPermissionsTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @var int<0, max>
2020
*/
21-
public const int DEFAULT_WRITE_PERMISSIONS = 0o666;
21+
public const int DEFAULT_WRITE_PERMISSIONS = 0o755;
2222

2323
/**
2424
* @var int<0, max>

0 commit comments

Comments
 (0)