<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>selinux &#8211; Quelques pensées</title>
	<atom:link href="https://blog.neurozone.fr/tag/selinux/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.neurozone.fr</link>
	<description>Terres dévastées</description>
	<lastBuildDate>Fri, 29 Mar 2024 09:18:16 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/blog.neurozone.fr/wp-content/uploads/2024/03/cropped-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>selinux &#8211; Quelques pensées</title>
	<link>https://blog.neurozone.fr</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">154219366</site>	<item>
		<title>php-fpm jit selinux opcache issue</title>
		<link>https://blog.neurozone.fr/2024/03/29/php-fpm-jit-selinux-opcache-issue/</link>
					<comments>https://blog.neurozone.fr/2024/03/29/php-fpm-jit-selinux-opcache-issue/#respond</comments>
		
		<dc:creator><![CDATA[Hécate Raven]]></dc:creator>
		<pubDate>Fri, 29 Mar 2024 09:18:16 +0000</pubDate>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[php-fpm]]></category>
		<category><![CDATA[Rocky Linux]]></category>
		<category><![CDATA[Selinux]]></category>
		<category><![CDATA[jit]]></category>
		<category><![CDATA[selinux]]></category>
		<guid isPermaLink="false">https://blog.neurozone.fr/?p=1348</guid>

					<description><![CDATA[I had issues when trying to enable jit for php-fpm, segfault, core dumpt etc&#8230;: php-fpm[10021]: segfault at 55ad7b400600 ip 000055ad7b400600 sp 00007ffc04059b30 error 15 in zero (deleted)[55ad3b400000+80000000] likely on CPU 4 (core 0, socket 0) php-fpm[27109]: mprotect() failed [13] Permission denied After searching on google I found nothing really useful. But digging more made me [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I had issues when trying to enable jit for php-fpm, segfault, core dumpt etc&#8230;:<br />
php-fpm[10021]: segfault at 55ad7b400600 ip 000055ad7b400600 sp 00007ffc04059b30 error 15 in zero (deleted)[55ad3b400000+80000000] likely on CPU 4 (core 0, socket 0)<br />
php-fpm[27109]: mprotect() failed [13] Permission denied</p>
<p>After searching on google I found nothing really useful. But digging more made me find this:<br />
https://github.com/php/php-src/issues/13400<br />
Only for MacOS, still not useful</p>
<p>But the mprotect thing led me to that: https://lkml.org/lkml/2023/12/14/436<br />
Interesting.<br />
And to that: https://bugzilla.kernel.org/show_bug.cgi?id=218258<br />
But THIS: https://bugzilla.redhat.com/show_bug.cgi?id=1380930<br />
Yes, tried and it wxas the answer !!!!</p>
<p>so: setsebool -P httpd_execmem 1<br />
systemctl restart php-fpm<br />
issue solved !<br />
#php-fpm #selinux #opcache #jit</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.neurozone.fr/2024/03/29/php-fpm-jit-selinux-opcache-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1348</post-id>	</item>
	</channel>
</rss>
