Nicolas Iooss <nicolas.iooss@xxxxxxx> writes: > On Thu, Jan 28, 2021 at 6:07 PM Dominick Grift > <dominick.grift@xxxxxxxxxxx> wrote: >> >> Chris PeBenito <pebenito@xxxxxxxx> writes: >> >> > On 1/26/21 10:15 PM, Russell Coker wrote: >> >> I think this one is ready to merge. >> >> Signed-off-by: Russell Coker <russell@xxxxxxxxxxxx> >> > >> > >> >> @@ -170,6 +172,7 @@ ifdef(`distro_suse',` >> >> /var/log/roundcubemail(/.*)? >> >> gen_context(system_u:object_r:httpd_log_t,s0) >> >> /var/log/suphp\.log.* -- >> >> gen_context(system_u:object_r:httpd_log_t,s0) >> >> /var/log/z-push(/.*)? >> >> gen_context(system_u:object_r:httpd_sys_rw_content_t,s0) >> >> +/var/log/php7..-fpm.log -- >> >> gen_context(system_u:object_r:httpd_log_t,s0) >> > >> > selint flagged this. Is ".." intended to be 2 "." metacharacters? >> >> I would probably just do: /var/log/php.*-fpm\.log.* and get it over with > > Or /var/log/php[0-9.]+-fpm\.log to match "something that looks like a > version". The problem with "." is that it can match a "/", for > subdirectories. BTW One might wonder why i use the .* suffix. That is to support log rotation. > > Nicolas > -- gpg --locate-keys dominick.grift@xxxxxxxxxxx Key fingerprint = FCD2 3660 5D6B 9D27 7FC6 E0FF DA7E 521F 10F6 4098 https://sks-keyservers.net/pks/lookup?op=get&search=0xDA7E521F10F64098 Dominick Grift