Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Shawnt21
Contributor III
Contributor III

SELinux

Is there any documentation stating the SELinux modes that Qlik Catalog has to be set to? Currently we have it set to Permissive.

Labels (2)
2 Replies
Steve_Nguyen
Support
Support

@Shawnt21 

 

i found the below about selinux:

 

https://community.qlik.com/t5/Qlik-Replicate/operation-indicator-DELETE-UPDATE-INSERT-vs-header-oper...

 

https://help.qlik.com/en-US/catalog/November2021/Content/Resources/PDFs/QlikCatalog_November_2021_Si...

 

Note: If SELinux is enabled (or other security framework), you may need to open port 50060 to allow routing between the two containers: (sudo) # sudo firewall-cmd --zone=public --permanent --add-port=50060/tcp (sudo) # sudo systemctl restart firewalld.service

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
razel0
Contributor
Contributor

Ever since I moved to Fedora for my at home servers I've used SELinux for my access controls. Granted I don't need them at home, but I do a lot of experimenting / testing on my network (That's 85% what it is for.) and playing with it I really like it.

I haven't used AppArmour. Is it any good?