First page Back Continue Last page Overview

 

SELinux Contexts

 
  • List process contexts: ps -Z

  • List file contexts: ls -Z

  • Change file contexts: chcon

  • chcon -t httpd_sys_content_t index.html

  • chcon --reference=/var/www/html index.html