mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
docs: mention umask need when curl creates files
for cookies, alt-svc and HSTS, command line and library Closes #19396
This commit is contained in:
parent
891714acb4
commit
d8bad9926c
7 changed files with 22 additions and 0 deletions
|
|
@ -37,3 +37,6 @@ If the cookie jar cannot be created or written to, the whole curl operation
|
|||
does not fail or even report an error clearly. Using --verbose gets a warning
|
||||
displayed, but that is the only visible feedback you get about this possibly
|
||||
lethal situation.
|
||||
|
||||
You may want to restrict your umask to prevent other users on the same system
|
||||
to access the created file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue