diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if
index 1bc0ac8..c60c146 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -699,6 +699,7 @@ template(`userdom_common_user_template',`
 	fs_getattr_all_fs($1_t)
 	fs_getattr_all_dirs($1_t)
 	fs_search_auto_mountpoints($1_t)
+	fs_list_inotifyfs($1_t)
 
 	# cjp: some of this probably can be removed
 	selinux_get_fs_mount($1_t)
diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te
index f292eca..9a687da 100644
--- a/policy/modules/system/userdomain.te
+++ b/policy/modules/system/userdomain.te
@@ -1,5 +1,5 @@
 
-policy_module(userdomain,1.3.32)
+policy_module(userdomain,1.3.33)
 
 gen_require(`
 	role sysadm_r, staff_r, user_r;