Given the command and output:
# profiles -l testrole
Audit Control:
/etc/init.d/audit euid=0, egid=3
/etc/security/bsmconv uid=0
/etc/security/bsmunconv uid=0
/usr/sbin/audit euid=0
/usr/sbin/auditconfig euid=0
/usr/sbin/auditd uid=0
All:
*
And given the fact that testrole executes commands with a profile shell.
With what effective UID and real UID will the /usr/sbin/auditd program be started?

A.
effective UID 0 and real UID 0
B.
effective and real UID of testrole
C.
effective UID of testrole and real UID 0
D.
effective UID 0 and real UID of testrole