While converting the pegasus policy over to reference policy, I came
across this peculiar use types and rules:
type pegasus_conf_exec_t, file_type, exec_type, sysadmfile;
rw_dir_create_file(pegasus_conf_exec_t, pegasus_conf_t)
This is the only use of pegasus_conf_exec_t, and is obvious that it
doesn't have an effect. There is a pegasus_conf_t, but it also is a
file_type, used for the configuration files. My guess is that the
original intention was to make a domain for pegasus configuration
programs, but it went awry.