-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
Description
The log file is created with the .restrict_permissions(true)
lighthouse/lighthouse/environment/src/lib.rs
Line 223 in 28aceaa
.restrict_permissions(true) |
This under Windows sets the file pemissions to OWNER_RIGHTS and nothing else (while normally under Windows files should inherit the permissions of the folder they are contained in), and it is quite a pain if you have the Lighthouse that is running under a user and you use another user to check the logs.
Would it be possible to remove this restriction and/or to remove it under Windows?