Ticket #124 (closed defect: invalid)
find: `/var/db/confman/export': Permission denied
| Reported by: | blee | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | major | Milestone: | confman-1.9.5 |
| Component: | confman | Version: | HEAD |
| Keywords: | Cc: |
Description
blee@supra ~/src/confman $ confman -v confman[5955]: blee: find: `/var/db/confman/export': Permission denied confman-1.9.a (510)
Change History
comment:2 Changed 6 weeks ago by blee
- Status changed from new to closed
- Resolution set to invalid
confman expects all confman users to be able to run find on the confman working directory /var/db/confman. I had CONF_EXPORT_WORK_PATH set to /var/db/confman/export, which meant confexport was storing root-only data there. The solution is to move that elsewhere, like /var/db/confexport/work.
Note: See
TracTickets for help on using
tickets.

There shouldn't be files in /var/db/confman that are not accessible to confman users.