kzmdstu / setup

2 stars 1 forks source link

prometheus selinux 설정 #4

Open kybin opened 2 years ago

kybin commented 2 years ago

현재는 journalctl -xe 로그를 보고 일일이 해제 해주고 있으나 시간도 오래걸리고 이를 스크립트화하기 어려움.

kybin commented 2 years ago

테스트 해 볼 스크립트

chcon -u system_u -t bin_t /home/prometheus/node_exporter/node_exporter
chcon -u system_u -t bin_t /home/prometheus/prometheus/prometheus 

출처: https://www.howtoforge.com/tutorial/how-to-install-prometheus-and-node-exporter-on-centos-8/

kybin commented 2 years ago

잘 됨.

위키에 작성 후 닫을것.

kybin commented 2 years ago

chcon의 경우 forge 바이너리가 업데이트(재빌드) 될 때마다 다시 설정을 해주어야함.