> On 10 Sep 2024, at 11:31, Patrick O'Callaghan <pocallag...@gmail.com> wrote:
> 
> I have a cron line that attempts to restart httpd every morning, but
> it's failing with an AVC error:
> 
> Sep 10 08:00:00 Bree CROND[723189]: (root) CMD ((echo "$(date): Apache: 
> calling restart") >> /var/log/httpd/my-log && /usr/sbin/apachectl restart)
> Sep 10 08:00:00 Bree systemd[1]: selinux: avc:  denied  { start } for 
> auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/httpd.service" cmdline="" 
> function="bus_unit_method_start_generic" 
> scontext=system_u:system_r:httpd_t:s0-s0:c0.c1023 
> tcontext=system_u:object_r:httpd_unit_file_t:s0 tclass=service permissive=0
> 
> My SElinux-fu is not up to this. Any thoughts?

Cannot answer for the selinux, but wonder if systemctl restart httpd would work?

Also curious why you need the restart, I have always found httpd to be very 
reliable.

Barry

> 
> poc
> --
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue

-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to