This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191542 - Unix install as root does not set permissions properly
Summary: Unix install as root does not set permissions properly
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 22:02 UTC by areeda
Modified: 2014-02-10 14:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description areeda 2010-11-01 22:02:11 UTC
If I do a normal install (chmod +x netbeans-dev-...sh; ./netbeans-dev..; or sh netbeans-dev...) the files and directories installed in /usr/local are accessible only by user and group.

I can fix this with a umask 0002 before running the installer. I prefer root to have a umask of 0007 for most things.

Should this be the user's responsibility? If so perhaps I missed the instruction.

I would like it to be handled by the installer, but that's one man's opinion.
Comment 1 Jiri Rechtacek 2012-10-07 13:05:55 UTC
Assigned to new owner.