-+## Make the specified type usable for spool files. -+## This will also make the type usable for files, making -+## calls to files_type() redundant. Failure to use this interface -+## for a spool file may result in problems with -+## purging spool files. -+##
-+##-+## Related interfaces: -+##
-+##-+## Example usage with a domain that can create and -+## write its spool file in the system spool file -+## directories (/var/spool): -+##
-+##-+## type myspoolfile_t; -+## files_spool_file(myfile_spool_t) -+## allow mydomain_t myfile_spool_t:file { create_file_perms write_file_perms }; -+## files_spool_filetrans(mydomain_t, myfile_spool_t, file) -+##
-+##++## Make the specified type usable for spool files. ++## This will also make the type usable for files, making ++## calls to files_type() redundant. Failure to use this interface ++## for a spool file may result in problems with ++## purging spool files. ++##
++##++## Related interfaces: ++##
++##++## Example usage with a domain that can create and ++## write its spool file in the system spool file ++## directories (/var/spool): ++##
++##++## type myspoolfile_t; ++## files_spool_file(myfile_spool_t) ++## allow mydomain_t myfile_spool_t:file { create_file_perms write_file_perms }; ++## files_spool_filetrans(mydomain_t, myfile_spool_t, file) ++##
++##++## Allow docker to transition to unconfined conateiners ++##
++##