<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic non executable stack setting in HP-UX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864742#M397315</link>
    <description>Hi all,&lt;BR /&gt; I have to do non exectuble stack setting in HP-UX 11.00. But the tunable system parameter -  executable_stack is not present in my kernel parameter list ( kmtune -l ). I want to know how can I do this.&lt;BR /&gt;-Is there any patch using which I can do this..&lt;BR /&gt;&lt;BR /&gt;Irfan&lt;BR /&gt;</description>
    <pubDate>Sun, 10 Oct 2004 09:52:15 GMT</pubDate>
    <dc:creator>Irfan Ahmed_1</dc:creator>
    <dc:date>2004-10-10T09:52:15Z</dc:date>
    <item>
      <title>non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864742#M397315</link>
      <description>Hi all,&lt;BR /&gt; I have to do non exectuble stack setting in HP-UX 11.00. But the tunable system parameter -  executable_stack is not present in my kernel parameter list ( kmtune -l ). I want to know how can I do this.&lt;BR /&gt;-Is there any patch using which I can do this..&lt;BR /&gt;&lt;BR /&gt;Irfan&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Oct 2004 09:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864742#M397315</guid>
      <dc:creator>Irfan Ahmed_1</dc:creator>
      <dc:date>2004-10-10T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864743#M397316</link>
      <description>Hi Ifran,&lt;BR /&gt;&lt;BR /&gt;This parameter has been introduced only from 11i onwards. For 11.0 you would need to use 'chatr' command to disable executable_stack using '+es' flag. Unfortunately, this has to be done to every program that you suspect.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 10 Oct 2004 12:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864743#M397316</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-10T12:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864744#M397317</link>
      <description>Unfortunately the chatr approach will not work in 11.00.  Regardless of what the output of any patched 11.00 versions of chatr may imply, the corresponding kernel logic to enforce any 'chatr +es' settings was never backported to 11.00, and at this stage of the 11.00 support life is highly unlikely to ever be.  I'm sorry, but you must be running 11.11 or later to use the non-executable stack features of HP-UX.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2004 04:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864744#M397317</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2004-10-11T04:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864745#M397318</link>
      <description>Hi Hosking,&lt;BR /&gt;&lt;BR /&gt;  When I went through man pages for chatr the following is given,&lt;BR /&gt;"+es flag       &lt;BR /&gt;Control the ability of user code to execute from stack with the flag values, enable and disable."&lt;BR /&gt;Please reply</description>
      <pubDate>Mon, 11 Oct 2004 04:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864745#M397318</guid>
      <dc:creator>Irfan Ahmed_1</dc:creator>
      <dc:date>2004-10-11T04:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864746#M397319</link>
      <description>It's just like Doug wrote above... the 11.00 kernel lacks the executable stack feature. &lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Mon, 11 Oct 2004 06:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864746#M397319</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-10-11T06:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: non executable stack setting in HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864747#M397320</link>
      <description>Hi all,&lt;BR /&gt;  Non-executable stack setting may not be possible in HP-UX 11.00</description>
      <pubDate>Tue, 02 Nov 2004 09:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-executable-stack-setting-in-hp-ux-11-00/m-p/4864747#M397320</guid>
      <dc:creator>Irfan Ahmed_1</dc:creator>
      <dc:date>2004-11-02T09:07:07Z</dc:date>
    </item>
  </channel>
</rss>

