Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • This didn't actually fix my problem but +1 for putting me on the right track chcon -u system_u -t bin_t AddTrustExternalCARoot.crt sorted out the file to mirror other certs in the directory. You were right that the file was originally copied from /home/* Thanks Commented Mar 17, 2017 at 16:00
  • IMHO, the context for that file should be system_u:object_r:cert_t:s0 not bin_t. bin_t is for executable files Commented Mar 17, 2017 at 16:32
  • Again, thanks. I rushed and checked (ls -Z) the wrong (type of) file. Changing to t_cert also works and is, as you say, more appropriate. Commented Mar 17, 2017 at 16:55