Changeset 168

Show
Ignore:
Timestamp:
02/06/08 13:46:25 (10 months ago)
Author:
bwhalen
Message:

On newer systems (f8+) a check is performed when building rpms to ensure that you have not used the absolute buildpath in any of your files. The commnent in genhomedircon does this and will cause the build to fail. Since local.users is not used in clip since we provide the newer toolchain that uses seusers this comment is not needed anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL4/refpolicy/src/selinux-policy-clip/support/genhomedircon

    r1 r168  
    314314        def heading(self): 
    315315                ret = "\n#\n#\n# User-specific file contexts, generated via %s\n" % sys.argv[0] 
    316               ret += "# edit %s to change file_context\n#\n#\n" % self.getUsersFile() 
     316#             ret += "# edit %s to change file_context\n#\n#\n" % self.getUsersFile() 
    317317                return ret 
    318318