755 allows other users to traverse the directory, while 700 restricts access to the owner only. For a private-key directory under /etc/ssl, that restriction is normal and desirable because it reduces the chance of unintended access to sensitive TLS material.
Recommended fix
Set the directory back to the package’s expected permissions:
bash
sudo chmod 700 /etc/ssl/private
That matches the packaged mode reported in the upgrade warning and is the simplest and most appropriate fix in this case.
What to verify
After changing it, confirm the mode is correct:
bash
stat -c '%a %n' /etc/ssl/private
You should see 700. If a future update changes the package’s expected permissions again, pacman may warn you similarly, and in that case you should follow the packaged default rather than keeping a manually modified mode.
But we all know the “quality” of AI answers so I’d rather ask the friendly experts in my neigborhood. Is Perplexity right this time?
This does not have anything to do with the question at hand, but when you say Perplexity do you mean using one of their own models for the search, or one of the paid ones that they pull from Anthropic, OpenAI, Moonshot AI or Google?
Edit:
I have never used Perplexity, so I am merely curious. I was not sure what had been used when I looked at the shared chat session.
I use the publicly available website together with some uBlock Origin rules that Gemini wrote for me, to avoid having to log in I don’t even know which model they use, but I find Perplexity pretty good for technical stuff.