Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_log file has different permissions than the other _build/* files #5604

Closed
vicuna opened this issue May 2, 2012 · 1 comment
Closed

_log file has different permissions than the other _build/* files #5604

vicuna opened this issue May 2, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented May 2, 2012

Original bug ID: 5604
Reporter: william
Assigned to: @diml
Status: closed (set by @xavierleroy on 2013-08-31T10:49:08Z)
Resolution: fixed
Priority: normal
Severity: minor
OS: linux
OS Version: debian squeeze
Version: 3.12.1
Fixed in version: 4.00.0+dev
Category: -for ocamlbuild use https://github.com/ocaml/ocamlbuild/issues

Bug description

Hello,
my umask is rw-rw-r--
my _build/* files are all "rw-rw-r--"
Only _log is "rw-r--r--" ...
Makes it anoying when working in shared folders with others...
Regards

Steps to reproduce

umask 002
echo "Printf.printf "hello\n"" > test.ml
ocamlbuild test.native
ls -l _build

@vicuna
Copy link
Author

vicuna commented May 2, 2012

Comment author: @diml

Indeed, ocamlbuild forces permissions to be 644. It is now fixed.

Commits 12411 and 12412.

@vicuna vicuna closed this as completed Aug 31, 2013
@vicuna vicuna assigned ghost Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant