$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Run SELinux in Permissive Mode on Fedora

January 24, 2015 | By the+gnu+linux+evangelist.

Fedora Setting up SELinux Permissive

Hi! The Tutorial shows you Step-by-Step How to Run SELinux in Permissive Mode on Fedora Linux Workstation/Server.

Security-enhanced Linux (SELinux) provides a mechanism to enforce the separation of information based on confidentiality and integrity requirements.

Linux Fedora Disable SELinux - Featured
  1. Open a Command Line Shell Session
    (Press “Enter” to Execute Commands)

    Disabling SELinux on Fedora - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Edit the SELinux Config File.

    su -c "nano /etc/selinux/config"

    Modify the Line:

    SELINUX=enforcing

    In:

    SELINUX=permissive

    Ctrl+x to Save & Exit from nano Editor :)