Linux
-
SELinux 설정Linux 2025. 5. 12. 23:04
SELinux(Security-Enhanced Linux)는 리눅스 커널에 통합된 보안 모듈로, 파일, 프로세스, 사용자 등 시스템 리소스의 접근을 세밀하게 통제할 수 있게 해준다. 단순히 방화벽이 외부로부터의 접근을 차단하는 것이라면, SELinux는 내부에서의 접근도 정책 기반으로 통제하는 기능이다. 웹 서버나 데이터베이스가 예상대로 동작하지 않을 때, SELinux 정책 때문에 접근이 차단되는 경우가 있다.원활한 실습을 위해 SELinux를 비활성화 한다.EnforcingSELinux가 정책을 적용하고 위반 시 차단Permissive정책 위반 시 로그만 남기고 차단은 안 함 (디버깅용)Disabled완전히 꺼짐 (부트 시 적용)getenforce : SELinux 현재 설정 값 확인setenforc..
-
VirtualBox 및 Rocky Linux 8 설치Linux 2025. 5. 11. 21:40
1. VirtualBox Windows hosts 다운로드https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VirtualBoxThis VirtualBox Extension Pack Personal Use and Educational License governs your access to and use of the VirtualBox Extension Pack. It does not apply to the VirtualBox base package and/or its source code, which are licensed under version 3 of the GNU Genewww.virtualbox.org 2. Rocky Linux 8 설치h..