Results 1 to 6 of 6

Thread: What help with SELinux

  1. #1
    Join Date
    May 2011
    Posts
    97

    What help with SELinux

    I want some information on working with SELinux. What is this terminology and how does this work. I can across this and I am getting quiet confused with the same. I found this an kind of a security mechanism for Linux based system to protect them from various attacks. How does this works and does I will need to find any kind of update for the same. If yes then from where I can get it. How to enable or disable the same. Thanks.

  2. #2
    Join Date
    Jul 2009
    Posts
    1,118

    Re: What help with SELinux

    SELinux is a security model that can be added to the standard Linux system to increase security against various attacks suffered by the system. With SELinux, you can configure access restrictions for each process to a minimum. This helps make inoperable certain faults, and in case of piracy, to limit the extent of damage. SELinux is sometimes perceived as a security system and complex. It is designed to offers a great model to strengthen the traditional rights of Linux.

  3. #3
    Join Date
    Jun 2009
    Posts
    886

    Re: What help with SELinux

    A better start for your is to understand SELinux installation and play with rights it offered. SELinux is present in the core of most distributions and you just have to install the packages offering the security policies. Sometimes SELinux is activated upon installation. Note that SELinux does not use openSuSE but another system with a security model very similar called as AppArmor. OpenSuSE also propose SELinux from version 11.1.

  4. #4
    Join Date
    Jun 2009
    Posts
    1,112

    Re: What help with SELinux

    I will here recommend you to first understand the standard security model of Unix and also what are the limitations of the same. On an Linux based system the files have an owner, group, and a bit string to see who can do what. When a process wants to perform an action on a file, the kernel checks that the process has the necessary rights. This security system has been designed to protect each user from other users, and it achieves this task perfectly, but it does not protect programs misuse.

  5. #5
    Join Date
    Mar 2010
    Posts
    235

    Re: What help with SELinux

    Security problems are now mainly of faults in applications, and it became necessary to protect applications at the system level of operation of the It uses a highly flexible security system. For an each and every system call the kernel checks that the process can execute the call to be handled according to their security environment. To identify subject and object, it adds to these three things, they are identity, role and type. These are accessible via the-Z option that can be added to many controls.

  6. #6
    Join Date
    Mar 2010
    Posts
    170

    Re: What help with SELinux

    SELinux system is available in recent Linux distributions to define a security policy for access very thin compared to the operating system. The first is to edit the file / etc / selinux / config and replace the line selinux = enforcing by: SELINUX=disabled. Or you can use - # /usr/sbin/setenforce 0 this command in the terminal for faster work. The reason for using SELinux is to limit the access that applications to other applications and files, preventing a process can modify any file on the user that it launched.

Similar Threads

  1. Running Selinux on Fedora
    By umaymah in forum Operating Systems
    Replies: 5
    Last Post: 04-01-2011, 12:12 AM
  2. Cannot run selinux-policy
    By Shakaal in forum Networking & Security
    Replies: 4
    Last Post: 20-08-2010, 11:43 AM
  3. How do I disable SELinux
    By Ximen in forum Networking & Security
    Replies: 5
    Last Post: 09-01-2009, 11:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,485,844.68929 seconds with 17 queries