Cannot navigate folders while importing repository on Linux

On Linux, while importing a repository in the TrueSight console, when you click on a node, you cannot navigate further.

Solution

This happens because the repository files contain the Security-Enhanced Linux (SELinux) context. Perform one of the following tasks to resolve this issue:

  • Save the repository files in a directory that does not contain the SELinux conext.
  • Run the following command from the Command Prompt to remove all the SELinux context from all files and directories in the /home directory:
    find /home -exec sudo setfattr -h -x security.selinux {} \;
Was this page helpful? Yes No Submitting... Thank you

Comments