Domeinc's Linux Environment Security Installer

Status
Not open for further replies.

Dom

Active Member
608
2010
53
10
Hi Wjunction.

I made a script which installs LES. LES , is intended as a facility to quickly & easily secure RedHat/RPM based environments (i.e: turbo linux, open linux). It does such by enforcing root-only permissions on system binaries (binaries that have no place being executed by normal users), enforcing root-only path traversal on system paths, enforcing immutable bit on essential rpm package contents (i.e: coreutils), and enforcing immutable bit on shell profile scripts.

How to Install :

Login into your VPS or Dedicated server and type these commands :

1.
Code:
wget http://buzzhost.net/LES.sh
2.
Code:
sh LES.sh
The script will Automatic start to scan and secure root only paths takes about 2 - 3 minutes for the whole script to finish. This is great for when your are starting off with a new VPS

Enjoy!

Domenic :)


~ Edit. I will have some more tools like Lynis , RKhunter etc which ill be making Bash scripts for ;)
 
2 comments
Status
Not open for further replies.
Back
Top