일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- elasticsearch
- Reflected XSS
- 파이썬
- Volatility
- SQL Injection
- Docker
- XSS
- logstash
- igoat
- CTF-d
- foremost
- lord of sql injection
- InsecureBank
- beebox
- 안드로이드
- MFT
- kibana
- 인시큐어뱅크
- frida
- NTFS
- Openstack
- otter
- diva
- Suninatas
- ESXi
- vulnhub
- 2018
- Strings
- base64
- ctf
- Today
- Total
Information Security
OT-09. 이미지 스토리지 설정파일 소유권 설정 본문
설정 파일들에는 구성 요소의 원활한 기능을 수행하는데 필요한 중요한 매개변수와 정보가 들어있다. 권한이 없는 사용자가 의도적으로 또는 실수로 매개변수나 파일 자체를 수정하거나 삭제하면 심각한 가용성 문제로 인해 다른 사용자에게 서비스가 거부될 수 있다. 따라서 중요한 설정 파일들의 소유자 및 소유그룹은 root/glance로 설정해야 한다.
▶ 이미지 스토리지 설정파일의 소유자 소유그룹이 root/glance로 출력되는지 확인
# ll /etc/glance/glance-api-paste.ini
# ll /etc/glance/glance-api.conf
# ll /etc/glance/glance-cache.conf
# ll /etc/glance/glance-manage.conf
# ll /etc/glance/glance-registry-paste.ini
# ll /etc/glance/glance-registry.conf
# ll /etc/glance/glance-scrubber.conf
# ll /etc/glance/glance-swift-store.conf
# ll /etc/glance/policy.json
# ll /etc/glance/schema-image.json
# ll /etc/glance/schema.json
# chown root:glance /etc/glance/glance-api-paste.ini
# chown root:glance /etc/glance/glance-api.conf
# chown rootglance /etc/glance/glance-cache.conf
# chown root:glacne /etc/glance/glance-manage.conf
# chown root:glacne /etc/glance/glance-registry-paste.ini
# chown root:glacne /etc/glance/glance-registry.conf
# chown root:glacne /etc/glance/glance-scrubber.conf
# chown root:glacne /etc/glance/glance-swift-store.conf
# chown root:glacne /etc/glance/policy.json
# chown root:glacne /etc/glance/schema-image.json
# chown root:glacne /etc/glance/schema.json
'클라우드 > OpenStack' 카테고리의 다른 글
OT-10. 이미지 스토리지 설정파일 접근권한 설정 (0) | 2023.08.06 |
---|---|
OT-08. 블록 스토리지 서비스 설정파일 접근권한 설정 (0) | 2023.08.06 |
OT-07. 블록 스토리지 서비스 설정파일 소유권 설정 (0) | 2023.08.06 |
OT-06. Compute 설정파일 접근권한 설정 (0) | 2023.08.06 |
OT-05. Compute 설정파일 소유권 설정 (0) | 2023.08.06 |