نمایش نتایج: از شماره 1 تا 3 از مجموع 3

موضوع: SELinux

  
  1. #1
    نام حقيقي: sara

    خواننده
    تاریخ عضویت
    Jan 2010
    محل سکونت
    ---
    نوشته
    209
    سپاسگزاری شده
    28
    سپاسگزاری کرده
    86

    SELinux

    سلام
    میشه یک مقدار در رابطه با selinux توضیح بدن که اصلا چی هست ؟ چه کاربردایی داره ؟ آیا بجز مزایاش معایبی هم میتونه داشته باشه ( چون شنیدم بعضیا میگن رو سرور غیر فعالش کنیم بهتره ) کلا اگر یه توضیح بدین ممنون میشم



    موضوعات مشابه:

  2. #2
    نام حقيقي: sara

    خواننده
    تاریخ عضویت
    Jan 2010
    محل سکونت
    ---
    نوشته
    209
    سپاسگزاری شده
    28
    سپاسگزاری کرده
    86
    ای بابا حداقل ازین لینکا میزاشتین هم ممنونتون بودم

    SELinux چیست



  3. #3
    نام حقيقي: sara

    خواننده
    تاریخ عضویت
    Jan 2010
    محل سکونت
    ---
    نوشته
    209
    سپاسگزاری شده
    28
    سپاسگزاری کرده
    86
    SELinux is a feature of the Linux operating system that aims to help make Linux one of the most secure operating systems on the market. But there are instances when SELinux can get in the way of installing or running applications. Knowing how to disable SELinux can help you get over this hurdle.

    History of SELinux

    SELinux was developed by the NSA (National Security Agency) and released under the GPL in 2000. SELinux was finally merged into the Linux kernel (2.6) in 2003. NSA developed SELinux as a set of mandatory access controls for various subsystems of the Linux kernel.

    How SELinux Works

    SELinux works, in simplest terms, by only allowing users and programs certain permissions. These permissions are different from standard user permissions (such as being able to read, write, or execute a file). SELinux can isolate programs and system servers to the bare minimum of privileges required for the applications/servers to do their jobs. By minimizing the privileges of these applications and servers SELinux minimizes the possible danger any application can inflict upon a system. In most cases this offers up outstanding security. However, for the desktop user, it can also get in the way of the machine functioning fully.
    It is important to know how to disable SELinux (both temporarily and permanently). Although SELinux can be a very complex system, with very fine-grain administration, SELinux can also be as simple as "on" or "off." It is the "on" or "off" that we are focusing on here.




    SELinux works, fundamentally, in three ways: Enabled, Disabled, and Permissive. If Enabled, SELinux will prevent certain actions. If Disabled, SELinux will not stop any action. If set to Permissive, SELinux will allow an action but will give you a warning. Let's take a look at how to set these policies.


    Disabling/Enabling SELinux

    There are times when you might want to disable or enable SELinux in order to accomplish certain tasks. SELinux can get in the way of installing applications or, in some instances, running applications. In either case, you might want to disable SELinux or set SELinux to Permissive mode.
    You can make these changes temporarily or permanently. A temporary change will last until you change it or reboot the machine. A permanent change will last until you edit the configuration file.
    For temporary changes you can issue one of the following commands (as the root user):
    To disable SELinux issue the command echo 0 > /etc/selinux/enforce
    To enable SELinux issue the command echo 1 > /etc/selinux/enforce
    The temporary change will take effect immediately.
    To permanently make these changes you will need to edit the /etc/selinux/config file (as the root user). In that file you will add (or edit the line)
    SELINUX=

    and set it to either disabled, enabled, or permissive.
    Once you make that change, reboot your machine for it to take effect.


    Final Thoughts

    SELinux is a very powerful system that allows yet another layer of security on your machine. Unless you have a need or an issue, it is always best to keep SELinux enabled to ensure maximum security on your Linux desktop.



کلمات کلیدی در جستجوها:

selinux چیست

selinux چیست؟توضیح selinuxselinx چیستselinux توضیحچیست selinuxچيست SELinux کانفیگ selinuxچیست؟selinuxhow disable selinux

برچسب برای این موضوع

مجوز های ارسال و ویرایش

  • شما نمی توانید موضوع جدید ارسال کنید
  • شما نمی توانید به پست ها پاسخ دهید
  • شما نمی توانید فایل پیوست ضمیمه کنید
  • شما نمی توانید پست های خود را ویرایش کنید
  •