Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ======3.5.4 Ensure TIPC is disabled (Not Scored)====== =====Profile Applicability===== <code> Level 1 - Server Level 1 - Workstation </code> =====Description===== The Transparent Inter-Process Communication (TIPC) protocol is designed to provide communication between cluster nodes. =====Rationale===== If the protocol is not being used, it is recommended that kernel module not be loaded, disabling the service to reduce the potential attack surface. =====Audit===== Run the following commands and verify the output is as indicated: <Code:bash> # modprobe -n -v tipc install /bin/true # lsmod | grep tipc <No output> </Code> =====Remediation===== Edit or create the file ''/etc/modprobe.d/CIS.conf'' and add the following line: <Code:bash> install tipc /bin/true </Code> ubuntu1604/3/5/4.txt Last modified: 2017/05/02 13:53by 127.0.0.1