Actions
Bug #7036
closedAllow 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.
Actions