+## This interface allows a domain to execute sudo_exec_t without a
+## domain transition. It is for daemons that already have setuid
+## access but are running as uid != 0.
+##
+##
+##
+##
+## The domain that can execute sudo.
+##
+##
+#
+template(`can_exec_sudo',`
+
+ gen_require(`
+ type sudo_exec_t;
+ ')
+
+ can_exec($1, sudo_exec_t)
+')