You work for MDFT Pro, a well-known training agency. You manage an Azure virtual machine named TrainingVM1 that runs Linux. This VM hosts various educational materials and lab environments for certification training courses.
You’re implementing the Desired State Configuration (DSC) extension on TrainingVM1 to maintain consistent configuration across all training environments. As part of this implementation, you need to configure the Log Analytics agent with proper directory permissions.
You’re using the setfacl
command to grant specific permissions to the omsagent user:
setfacl -m u:omsagent: ______________ /tmp
Which permission set should you insert at the underlined location to ensure the Log Analytics agent functions correctly?
Choose the correct answer from the options below.
Explanations for each answer: