[selinux-policy: 623/3172] typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:58:30 UTC 2010


commit ce1b44aac487f268a419bd3706851316d259b25a
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Sep 2 20:55:17 2005 +0000

    typo

 refpolicy/Changelog                      |    1 +
 refpolicy/policy/modules/system/mount.te |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
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)


More information about the scm-commits mailing list