diff --git a/policy/modules/system/application.if b/policy/modules/system/application.if
index 06e7b0a..ac50333 100644
--- a/policy/modules/system/application.if
+++ b/policy/modules/system/application.if
@@ -83,11 +83,21 @@ interface(`application_exec_all',`
########################################
##
-## Create a domain which can be started by users
+## Create a domain for applications.
##
+##
+##
+## Create a domain for applications. Typically these are
+## programs that are run interactively.
+##
+##
+## The types will be made usable as a domain and file, making
+## calls to domain_type() and files_type() redundant.
+##
+##
##
##
-## Type to be used as a domain.
+## Type to be used as an application domain.
##
##
##
@@ -95,6 +105,7 @@ interface(`application_exec_all',`
## Type of the program to be used as an entry point to this domain.
##
##
+##
#
interface(`application_domain',`
application_type($1)