[selinux-policy: 2649/3172] Fix a typo in support/genhomedircon.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:55:32 UTC 2010


commit d5932a6ac457623adece3f00613b56b60cc07031
Author: Justin P. Mattock <justinmattock at gmail.com>
Date:   Fri Apr 23 00:17:57 2010 -0700

    Fix a typo in support/genhomedircon.
    
    Fix a typo in support/genhomedircon.
    
    Signed-off-by: Justin P. Mattock <justinmattock at gmail.com>
    Signed-off-by: Chris PeBenito <cpebenito at tresys.com>

 support/genhomedircon |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/support/genhomedircon b/support/genhomedircon
index 7c4c44c..01ef91d 100644
--- a/support/genhomedircon
+++ b/support/genhomedircon
@@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
 
         #the idea is that we need to find all of the home_root_t directories we do this by just accepting
         #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
-        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
+        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
         #the defined homedir for all users with UID > STARTING_UID.  This list of possible root homedirs
         #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
         #is any regex that would match it which does not end with .*$ or .+$ since those are general


More information about the scm-commits mailing list