diff --git a/refpolicy/Changelog b/refpolicy/Changelog
index a1f2e6d..bc237fc 100644
--- a/refpolicy/Changelog
+++ b/refpolicy/Changelog
@@ -1,3 +1,4 @@
+- Fix errors uncovered by sediff.
 - Doc tool will explicitly say a module does not have interfaces
   or templates on the module page.
 - Added policies:
diff --git a/refpolicy/policy/modules/system/mount.te b/refpolicy/policy/modules/system/mount.te
index cb9d29a..47c9f28 100644
--- a/refpolicy/policy/modules/system/mount.te
+++ b/refpolicy/policy/modules/system/mount.te
@@ -62,7 +62,7 @@ files_unmount_rootfs(mount_t)
 # These rules need to be generalized.  Only admin, initrc should have it:
 files_relabelto_all_file_type_fs(mount_t)
 files_mount_all_file_type_fs(mount_t)
-files_mount_all_file_type_fs(mount_t)
+files_unmount_all_file_type_fs(mount_t)
 # for when /etc/mtab loses its type
 # cjp: this seems wrong, the type should probably be etc
 files_read_isid_type_file(mount_t)