부제: 왜 막혔는지, 불린인지 정책 부재인지 사람 말로 풀어 준다ausearch -m avc -ts recent | audit2why # 최근 거부의 원인 분석audit2why -a # 감사 로그 전체를 분석 Was caused by: The boolean httpd_read_user_content was set incorrectly. Description: Allow httpd to read user content Allow access by executing: # setsebool -P httpd_read_user_content 1audit2why는 audit2allow와 같은 뿌리를 공유하지만 목적이 다르다...