Andrzej Szeszo
2013-05-12 eb175763dcdb7df996b1c8bcb7cfb463b7f004d1
Disable ASLR check in pkglint as illumos does not support it
1 files modified
3 ■■■■ changed files
tools/python/pkglint/userland.py 3 ●●●● patch | view | raw | blame | history
tools/python/pkglint/userland.py
@@ -379,7 +379,8 @@
                if result != None:
                    engine.error(result % path, 
                        msgid="%s%s.3" % (self.name, pkglint_id))
                result = self.__elf_aslr_check(fullpath, engine)
                # illumos does not support ASLR
                #result = self.__elf_aslr_check(fullpath, engine)
    file_action.pkglint_desc = _("Paths should exist in the proto area.")