We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7eea2c + 53215ea commit 34eae31Copy full SHA for 34eae31
ocaml/xapi-types/secretString.ml
@@ -24,7 +24,7 @@ let with_cookie t request =
24
let cookie = [(_pool_secret, t)] in
25
{request with Http.Request.cookie}
26
27
-let write_to_file = Xapi_stdext_unix.Unixext.write_string_to_file
+let write_to_file = Xapi_stdext_unix.Unixext.write_string_to_file ~perms:0o600
28
29
let write_to_channel c s = output_string c s
30
0 commit comments