Bug #3075
Right on files during install
| Status: | Closed | Start date: | 02/13/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | - | Estimated time: | 4.00 hours | |
| Target version: | 1.2.0 | Spent time: | - |
Description
Hi,
During install process, could you directly add good right (644 apache_user:apache_user) on :- ./etc folder
- ./etc/centengine.cfg
- ./etc/ressource.cfg
Thx,
History
#1
Updated by Matthieu Kermagoret about 1 year ago
- Target version set to 1.3.0
We unfortunately cannot do that, as Centreon Engine has (and shouldn't have) any knowledge about Apache.
What is done right now :
- etc folder is chowned to 1) WITH_USER if specified 2) root otherwise
- files are not chowned to any special user
- files are not chmoded and IMHO they shouldn't, as it is controlable through umask
What need to be changed :
- files under etc should be chowned to either WITH_USER or root
Will be done in the 1.2 branch.
#2
Updated by Matthieu Kermagoret about 1 year ago
- Estimated time set to 4.00
Estimated to 0.5 days of work.
#3
Updated by Matthieu Kermagoret 12 months ago
- Status changed from New to Closed
- Assignee set to Matthieu Kermagoret
- % Done changed from 0 to 100
Fixed in latest git revision.
#4
Updated by Matthieu Kermagoret 11 months ago
- Target version changed from 1.3.0 to 1.2.0
Will be integrated in the intermediary 1.2 branch.