Skip to content

Commit a1f8977

Browse files
Chien Minh Dophong-nguyen-duy
authored andcommitted
CONFIG: MSF-17345 Set umask 0002 for lcm brick
1 parent d0fdc09 commit a1f8977

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/run_brick.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
BRICK_PARAM_PREFIX = 'BRICK_PARAM_'
99
HIDDEN_BRICK_PARAMS_PREFIX = 'HIDDEN_BRICK_PARAM_'
1010

11+
# MSF-17345 Set umask so files are group-writable
12+
File.umask(0002)
13+
1114
brick_type = !ARGV.empty? ? ARGV[0] : DEFAULT_BRICK
1215

1316
def get_brick_params(prefix)

0 commit comments

Comments
 (0)