과거와 현재를 잇기 위하여...검색

2011년 10월 11일 화요일

SElinux 에 의한 Chrome 실행시 문제

Chrome 업데이트 후 실행이 안되는 문제가 발생했다.

검색결과 SElinux 의 허가문제로 생각된다.

해결법은 다음과 같다


터미널 창에


$sudo setenforce 0 /opt/google/chrome/google-chrome


을 입력해주면 실행이 된다.


위 방법이 되다 안되다 하는 현상이 발생 좀더 근본적인 문제 해결을 위해

일단 SElinux를 사용안함으로 설정하였다.

$ sudo vi /etc/selinux/config

SELINUX=enforcing을  SELINUX=disabled 로 바꾼다.


# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

댓글 없음:

댓글 쓰기