Displaying 5 results from an estimated 5 matches for "service_pattern".
2017 Apr 25
2
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...low, how do I determine what is currently in
> >> place and how do I add your stuff (changing postgresql with mysql, nat.)
> >>
> >> thanks
> > Quick?n?(really) dirty SELinux howto:
> > 1) Run the service. fails due to missing selinux policy.
> > 2) grep service_pattern /var/log/audit/audit.log | audit2allow -M
> > myservice_policy
>
> Do you really mean 'service_pattern', or is this a placeholder for
> something like mysql?
>
> As I get 'Nothing to do'
placeholder which changes according to your needs.
--
Laurent Wandrebe...
2017 Apr 25
5
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...nformation here.
>
> From what you provided below, how do I determine what is currently in
> place and how do I add your stuff (changing postgresql with mysql, nat.)
>
> thanks
Quick?n?(really) dirty SELinux howto:
1) Run the service. fails due to missing selinux policy.
2) grep service_pattern /var/log/audit/audit.log | audit2allow -M
myservice_policy
3) do what output says. (semodule -i myservice_policy.pp normally)
4) goto 1. That way, you?ll create and allow step by step necessary
rights so your service ends up running normaly.
The content I gave you is from mydovecot.te (human reada...
2017 Apr 25
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...t; From what you provided below, how do I determine what is currently in
>> place and how do I add your stuff (changing postgresql with mysql, nat.)
>>
>> thanks
> Quick?n?(really) dirty SELinux howto:
> 1) Run the service. fails due to missing selinux policy.
> 2) grep service_pattern /var/log/audit/audit.log | audit2allow -M
> myservice_policy
Do you really mean 'service_pattern', or is this a placeholder for
something like mysql?
As I get 'Nothing to do'
> 3) do what output says. (semodule -i myservice_policy.pp normally)
> 4) goto 1. That way, you...
2017 Apr 25
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...rmine what is currently in
>>>> place and how do I add your stuff (changing postgresql with mysql, nat.)
>>>>
>>>> thanks
>>> Quick?n?(really) dirty SELinux howto:
>>> 1) Run the service. fails due to missing selinux policy.
>>> 2) grep service_pattern /var/log/audit/audit.log | audit2allow -M
>>> myservice_policy
>> Do you really mean 'service_pattern', or is this a placeholder for
>> something like mysql?
>>
>> As I get 'Nothing to do'
> placeholder which changes according to your needs.
I jus...
2017 Apr 25
2
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
Le mardi 25 avril 2017 ? 10:04 +0200, Robert Moskowitz a ?crit :
> I thought I had this fixed, but I do not. I was away from this problem
> working on other matters, and came back (after a reboot) and it is still
> there, so I suspect when I thought I had it 'fixed' I was running with
> setenforce 0 from another problem (that is fixed).
>
> So anyone know how to get