Page 1 of 1

A developer wants to use DTrace in a zone to examine the kernel. What are his options?

Posted: Sun Jun 11, 2023 4:01 pm
by answerhappygod
A developer wants to use DTrace in a zone to examine the kernel. What are his options?

A. Modify the zone so thathe can use DTrace to examine kennel datastructures.
B. All that’s required istoassume the "root" role.
C. By using dtrace_procand dtrace_user privileges he can examine his own code, but not the kernel.
D. By addingipc_dac_read and ipc_dac_write privileges to the zone. E. Changethe zone's file-mac-profile fromstrict tonone to enable the use of DTrace within thezone.