Guest User

Untitled

a guest
Oct 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. vi /etc/selinux/config
  2. #SELINUXのパラメータを「disabled」に変更する。再起動必要。
  3.  
  4. [root@yui ~]# cat /etc/selinux/config
  5. # This file controls the state of SELinux on the system.
  6. # SELINUX= can take one of these three values:
  7. # enforcing - SELinux security policy is enforced.
  8. # permissive - SELinux prints warnings instead of enforcing.
  9. # disabled - No SELinux policy is loaded.
  10. SELINUX=disabled
  11. # SELINUXTYPE= can take one of these two values:
  12. # targeted - Targeted processes are protected,
  13. # mls - Multi Level Security protection.
  14. SELINUXTYPE=targeted
  15. [root@yui ~]#
Add Comment
Please, Sign In to add comment