If no Runas_Spec is specified the command may be run as root and no group may be specified.
Incorrect. In my testing, if no Runas_Spec
is specified the command may be run as any user and the -g option may be specified to select any of the target user's groups.
If no Runas_Spec
is specified it is the same as (ALL)
. https://unix.stackexchange.com/a/13053
But if your intent is "execute as root", put (root)
.