infra
Platform

모듈 맵

[Linux] 방화벽과 시스템 보안

0 / 20 완료

펼치기

Linux-master · 12 / 20

[Linux] 방화벽과 시스템 보안

iptables/firewalld로 패킷 필터링을 설정하고, SELinux/AppArmor로 강제 접근 제어를 구현합니다

콘텐츠 렌더링 오류: SyntaxError: await is only valid in async functions and the top level bodies of modules

지식 확인

퀴즈 — 5문제

Q1

iptables에서 'iptables -A INPUT -p tcp --dport 22 -j ACCEPT' 규칙을 추가한 후 'iptables -P INPUT DROP'으로 기본 정책을 변경했을 때, 기존 SSH 연결은 어떻게 되는가?

Q2

firewalld에서 --permanent 옵션 없이 변경한 규칙의 특성은?

Q3

SELinux enforcing 모드에서 웹 서버(httpd)가 /srv/www/html을 DocumentRoot로 사용할 때 403 오류가 발생한다. SELinux 문맥(context)을 올바르게 설정하는 명령은?

Q4

TCP Wrapper의 /etc/hosts.deny에 'ALL: ALL'을 설정하고 /etc/hosts.allow에 'sshd: 192.168.1.0/255.255.255.0'을 설정했을 때 동작 방식은?

Q5

AppArmor 프로파일에서 'aa-complain /usr/sbin/nginx' 명령 실행의 효과는?

0 / 5 답변

이것도 배워보세요

linux-master중급 · 60
[Linux] 로그 관리와 rsyslog/journald
Linux-master 트랙 계속