Ticket #41: exim.fc-debian.patch

File exim.fc-debian.patch, 0.7 kB (added by aqua, 1 year ago)

Patch against refpolicy svn

  • exim.fc

    old new  
    1 /usr/sbin/exim                --      gen_context(system_u:object_r:exim_exec_t,s0) 
    2 /var/log/exim(/.*)?           gen_context(system_u:object_r:exim_log_t,s0) 
    3 /var/run/exim.pid     --      gen_context(system_u:object_r:exim_var_run_t,s0) 
    4 /var/spool/exim(/.*)?         gen_context(system_u:object_r:exim_spool_t,s0) 
     1/usr/sbin/exim[0-9]?          --      gen_context(system_u:object_r:exim_exec_t,s0) 
     2/var/log/exim[0-9]?(/.*)?             gen_context(system_u:object_r:exim_log_t,s0) 
     3/var/run/exim[0-9]?\.pid      --      gen_context(system_u:object_r:exim_var_run_t,s0) 
     4/var/spool/exim[0-9]?(/.*)?           gen_context(system_u:object_r:exim_spool_t,s0)