User: Password:
   Keep me logged in.
Register  |  I forgot my password

How to Install Linux Environment Security (LES)

Date Added: March 05, 2010 03:28:19 PM
Author:
Category: Hardening: Application

Step 1: Downloading, Installing LES

cd /usr/local/src
wget http://www.r-fx.ca/downloads/les-current.tar.gz
tar -zxvf les-current.tar.gz
cd les-0.*
./install.sh
rm -Rf /usr/local/src/les*
cd


Step 2: View your possible options

/usr/local/sbin/les


Step 3: If your unsure, run enable all options

/usr/local/sbin/les -ea

Options:
-da | --disable-all Disable all options
-ea | --enable-all Enable all options
-sb | --secure-bin Set root only execution of critical binaries
-sp | --secure-path Set root only traversal of critical paths
-sr | --secure-rpmpkg Set immutable on core rpm package binaries
-so | --secure-prof Set immutable on interactive login profiles
-sd | --secure-devel Set access to devel utils for group deva & root

 

Delicious
Bookmark this on Delicious

 

Homepage: http://www.rfxn.com/projects/linux-environment-security/

 
Ratings Average rating: (0 votes)
You must be logged in to leave a rating.
Comments

No Comments Yet.


You must be logged in to leave a Comment.