Ticket #98 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Make file rights configurable

Reported by: mikey Assigned to: mikey
Priority: minor Milestone: 0.4.0
Component: core Version: SVN-trunk
Keywords: Cc: schst

Description

On several places throughout Stubbles new directories are created, mainly for caching or logging. It is currently not configurable which file rights are used for the directory creations, they are created to be accessible only be the current user. This leads to problems in multi-user environments where several users must have access to cache or logfiles.

Change History

11/22/07 23:10:38 changed by mikey

  • status changed from new to assigned.

11/22/07 23:22:03 changed by mikey

  • priority changed from blocker to minor.
  • status changed from assigned to new.
  • type changed from defect to enhancement.
  • milestone deleted.

First step implemented with changeset 1064: the general used mode can be set within the registry with the key net.stubbles.filemode. If not set the default mode will stay at 0700.

Now there is room for improvements: ask for mode to use in Stubbles setup, do a chmod on cache and log directory if necessary during setup. This is not pressing > decreased priority, changed type to enhancement and set milestone to none.

12/10/07 16:13:09 changed by rist

Added further untested step because lack of Linux test system. Remaining issue: chmod does not work on MS Windows based systems.

12/10/07 16:50:45 changed by rist

changes made with changeset 1134

12/17/07 16:21:45 changed by mikey

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.4.0.

Put into work with changeset 1159.