mzhaom / gperftools

Fast, multi-threaded malloc() and nifty performance analysis tools
https://code.google.com/p/gperftools/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

All Files Dont Have Write Permission #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit Any File
2.
3.

What is the expected output? What do you see instead?
Error cant save file. Have to chmod it.

What version of the product are you using? On what operating system?
1.3 OpenVOS

Please provide any additional information below.

Original issue reported on code.google.com by bornlibr...@gmail.com on 13 Jun 2009 at 12:45

GoogleCodeExporter commented 9 years ago
I think this is correct behavior -- it protects against folks accidentally 
modifying
a third-party library.  If you want to modify the library, it's easy enough to 
do a
chmod, as you suggest.

Original comment by csilv...@gmail.com on 14 Jun 2009 at 4:36