+## Add an alias type to the unconfined execmem
+## program file type.
+##
+##
+## This is added to support targeted policy. Its
+## use should be limited. It has no effect
+## on the strict policy.
+##
+##
+##
+##
+## New alias of the unconfined execmem program type.
+##
+##
+#
+interface(`unconfined_execmem_alias_program',`
+ ifdef(`targeted_policy',`
+ gen_require(`
+ type unconfined_execmem_exec_t;
+ ')
+
+ typealias unconfined_execmem_exec_t alias $1;
+ ',`
+ refpolicywarn(`$0($1) has no effect in strict policy.')
+ ')
+')
+
+########################################
+##
## Connect to the the unconfined DBUS
## for service (acquire_svc).
##
diff --git a/policy/modules/system/unconfined.te b/policy/modules/system/unconfined.te
index 74f6c1b..9376cca 100644
--- a/policy/modules/system/unconfined.te
+++ b/policy/modules/system/unconfined.te
@@ -1,5 +1,5 @@
-policy_module(unconfined,1.3.15)
+policy_module(unconfined,1.3.16)
########################################
#