🔍

CompTIA Linux+ (XK0-005) XK0-005 — Question 203

Topic 1 · Question 203 of 263

Topic 1 · Question 203

The security team has identified a web service that is running with elevated privileges. A Linux administrator is working to change the systemd service file to meet security compliance standards. Given the following output: [Unit] Description=CompTIA server daemon Documentation=man:webserver(8) man:webserver_config(5) After=network.target - [Service] Type=notify - EnvironmentFile=/etc/webserver/config ExecStart=/usr/sbin/webserver -D $OPTIONS ExecReload=/bin/kill -HUP SMAINPID KillMode=process - Restart=on-failure - RestartSec=42s - [Install] WantedBy=multi-user.target - Which of the following remediation steps will prevent the web service from running as a privileged user?

View community discussion →