+## Make the specified type usable as a domain. This, +## or an interface that calls this interface, must be +## used on all types that are used as domains. +##
+##+## Related interfaces: +##
+##+## Example: +##
+##+## type mydomain_t; +## domain_type(mydomain_t) +## type myfile_t; +## files_type(myfile_t) +## allow mydomain_t myfile_t:file read_file_perms; +##
+##+## Allow the specified domain to inherit and use file +## descriptors from domains with interactive programs. +## This does not allow access to the objects being referenced +## by the file descriptors. +##
+##