Ticket #62 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Permission denied on /var/db/confman when non-wheel group used

Reported by: ccowart Owned by: confman-developers@…
Priority: critical Milestone: confman-1.9.2
Component: confman Version: 1.9.0b
Keywords: Cc:

Description

It looks like confman is setting up /var/db/confman as g+rwxs for
wheel. This isn't necessarily correct.

sudo should be used for manipulating files in that directory, just
in case some alternate group (or maybe just individual users) are
what are granted access via sudo.

Change History

comment:1 Changed 2 years ago by ccowart

(In [405]) Using sudo to set the recipe.

Leaving ticket open until this fix is merged into the 1.9 branch.

See #62

comment:2 Changed 2 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [415]) Merging sudo fix into 1.9 branch from trunk.

Fixes #62

Note: See TracTickets for help on using tickets.