Create a custom selinux policy with audit.log

First install policycoreutils-python package;

yum install policycoreutils-python

then run following commands;

audit2why < /var/log/audit/audit.log
cat /var/log/audit/audit.log | audit2allow -M local

To make this policy package active, execute;

semodule -i local.pp

How do I find out what perl modules already installed on my system?

You need to use instmodsh (interactive inventory for installed Perl modules) command to find out what modules already installed on your system.

instmodsh command provides an interactive shell type interface to query details of locally installed Perl modules. It is a little interface to ExtUtils::Installed to examine locally* installed modules, validate your packlists and even create a tarball from an installed module.

To display the list enter the following command:

[root@localhost ~]# instmodsh

Output:

Available commands are:
l - List all installed modules
m - Select a module
q - Quit the program
cmd?

type l to list all installed modules:

cmd? l
Installed modules are:
Config::IniFiles
Perl
Text::Balanced
Time::HiRes
cmd?

Zorin OS - An alternative OS for windows users

Hi Guys, Recently i was searching for an open source OS for my desktop and found this Zorin OS whose interface was very similar to windows 7. It is one cool linux OS and very similar to Ubuntu.

Zorin OS is a multi-functional operating system designed specifically for Windows users who want to have easy and smooth access to Linux. It is based on Ubuntu which is the most popular Linux operating system in the world.

Zorin OS features unique Look Changer program that have created exclusively for Zorin OS. It allows users to change the user interface at the touch of a button. Other unique programs include Splash Screen Manager, Internet Browser Manager and Background Plus.

Zorin OS gives users more flexibility. It allows you to use Zorin OS alongside your current operating system and run Microsoft Windows programs in Zorin OS with the help of WINE and PlayOnLinux.

Visit www.zorin-os.com for more details..

Hi Friends,,,