(typeattribute application_domain_type)
(typeattribute application_exec_type)
(roleattributeset cil_gen_require system_r)
(optional application_optional_2
    (typeattributeset cil_gen_require crond_t)
    (allow application_domain_type crond_t (process (sigchld)))
)
(optional application_optional_3
    (typeattributeset cil_gen_require sshd_t)
    (allow application_domain_type sshd_t (process (sigchld)))
    (allow application_domain_type sshd_t (unix_stream_socket (ioctl read write getattr setattr append bind connect listen accept getopt setopt shutdown)))
    (allow application_domain_type sshd_t (fifo_file (ioctl read write getattr lock append)))
)
(optional application_optional_4
    (typeattributeset cil_gen_require sudodomain)
    (allow application_domain_type sudodomain (process (sigchld)))
)
