Skip to end of banner
Go to start of banner

Linux Hardening guide

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This guide will go over a few settings that will help to make your Linux environment with NMIS9 more secure and stable.

First, set the OMK NMIS9 VM to run services & scripts as user with omkadmin being the owner:group of /usr/local/omk

These steps will allow omkadmin as a user and as a group able to execute OMK scripts. To do this, we will follow the steps below:

To begin, we will find files and directories in /data/omk with setUID bit set

sudo find /data/omk -perm/+4000




  • No labels