SELINUX BASICS

Here i am going to explain the basic configuration of selinux.Through theses steps you can easily administrate
your selinux policies. Here is the simple step of enabling and disabling policies of different application.

In the above video i am enabling the anonymous write for ftp .The first step is to get the Boolean . If you want
to enable something about nfs then you have to type the below command.
 getsebool -a |grep nfs    
for ftp
getsebool -a |grep ftp
 After that you can set the value for Boolean using setsebool command  .For example
setsebool allow_ftpd_anon_write on

The above command will enable anonymous Ftp write through selinux,but it will be a temporary and it will go
back to it initial stage after system restart .For permanent changes ucan use -p along with setsebool
setsebool -p allow_ftpd_anon_write on

These are the basics of selinux  .Thank you all

Related Posts:

  • INSTALLING LOCAL YUM SERVER HERE WE GO VIDEO NUMBER 2                         INSTALLATION OF LOCAL YUM SERVER   &nbs… Read More
  • Installation of Centos 6.2 Here we go The first video ,Installation of Centos 6.2 … Read More
  • SET USER PERMISSIONS IN LINUXIt is very easy to set user permissions for a file in Linux.For setting the user permissions in Linux we use ACL. ACL means access control list.For enabling user permissions in Linux we have to edit the file /etc/fstab and ad… Read More
  • SELINUX BASICSHere i am going to explain the basic configuration of selinux.Through theses steps you can easily administrate your selinux policies. Here is the simple step of enabling and disabling policies of different application. In th… Read More
  • Assigning ip address to linux systemVideo number three is for beginners and it is assaigning IP address for your linux system. In this video i am showing you how to assign IP adress for your linux system by editing the configuration file.the configuration file&… Read More