Ensure that Root's Path Does Not Include World or Group-Writable Directories

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Description

For each element in root’s path, run:

# ls -ld DIR
         

and ensure that write permissions are disabled for group and other.

Rationale

Such entries increase the risk that root could execute code provided by unprivileged users, and potentially malicious code.

PREVIEWING: aliciascott/DOCS-9725-Cloudcraft