ISC2 Certified Secure Software Lifecycle Professional (CSSLP) Practice Question

A Linux microservice must accept HTTP connections on port 80, then parse user-supplied files. To honor the runtime least-privilege principle, which implementation approach is most appropriate?

  • Run the entire service as root but restrict outbound traffic with iptables rules.

  • Start as root solely to bind to port 80, then immediately setuid to a non-privileged service account before handling any requests.

  • Execute the microservice as root inside a Docker container, relying on container isolation for protection.

  • Launch the service as an unprivileged user and use sudo each time it needs to write its log file.

ISC2 Certified Secure Software Lifecycle Professional (CSSLP)
Secure Software Concepts
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot