+##
-+## Create, read, write, and delete directories
-+## in a user home subdirectory.
++## Do not audit attempts to list user home subdirectories.
+##
+##
+## This is a templated interface, and should only
@@ -12487,23 +12538,82 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
+##
+##
+##
++## Domain to not audit
+ ##
+ ##
+ #
+-template(`userdom_user_home_domtrans',`
++template(`userdom_dontaudit_list_user_home_dirs',`
+ gen_require(`
+- type $1_home_dir_t, $1_home_t;
++ type $1_home_dir_t;
+ ')
+
+- files_search_home($2)
+- allow $2 $1_home_dir_t:dir search_dir_perms;
+- domain_auto_trans($2,$1_home_t,$3)
++ dontaudit $2 $1_home_dir_t:dir list_dir_perms;
+ ')
+
+ ########################################
+ ##
+-## Do not audit attempts to list user home subdirectories.
++## Create, read, write, and delete directories
++## in a user home subdirectory.
+ ##
+ ##
+ ##
+-## Do not audit attempts to list user home subdirectories.
++## Create, read, write, and delete directories
++## in a user home subdirectory.
+ ##
+ ##
+ ## This is a templated interface, and should only
+@@ -1852,21 +1970,22 @@
+ ##
+ ##
+ ##
+-## Domain to not audit
+## Domain allowed access.
-+##
-+##
-+#
+ ##