Start of change

6027-4106 [E] The API key file permissions are incorrect for fileName. Access should be only granted to root, and no execute permission is allowed for the file.

Explanation

The specified file allows access from a non-root user, or has execute permission, which is not allowed.

User response

Ensure the specified file is not granted access to non-root.
End of change