cannot restore segment prot after reloc: Permission denied

投稿者:

「○○.so : cannot restore segment prot after reloc: Permission denied」というエラーが報告されたら
SELinuxのパーミッションチェックでエラーが出るので下記のコマンドで適切なパーミッションに設定する
chcon -c -v -R -u system_u -r object_r -t textrel_shlib_t ○○.so

Thank you for reading this post, don't forget to subscribe!