Bug #7036
Allow creation of log files for Foreman Rails app
Description
It looks like our Rails app also creates new log files there. We only allow reads and writes.
allow passenger_t foreman_log_t:dir { write add_name }; allow passenger_t foreman_log_t:file create;
I will give it manage macro.
Associated revisions
History
#1
Updated by Lukas Zapletal over 8 years ago
- Bugzilla link set to 1129094
#2
Updated by Lukas Zapletal over 8 years ago
- Status changed from Assigned to Ready For Testing
#3
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) set to 10
#4
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e842477295ed731377f3f43c5b8f84634b6f47a2.
Fixes #7036 - allow log files creation for Rails app