<?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 Re: secure system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632356#M742124</link>
    <description>How to tell if system is in trusted mode?&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprdef -r&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Thu, 22 Sep 2005 08:21:36 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-09-22T08:21:36Z</dc:date>
    <item>
      <title>secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632355#M742123</link>
      <description>all,&lt;BR /&gt;&lt;BR /&gt;what files in hpux that need to make more secure system ??how to make /etc/default/security work if my system not in trusted and how if my system is trusted ???anyone can give me the example of /etc/default/security file? all my server that running hpux don't have that file.&lt;BR /&gt;&lt;BR /&gt;many thanks for all of your kindness!&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;-yut-</description>
      <pubDate>Thu, 22 Sep 2005 08:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632355#M742123</guid>
      <dc:creator>yut</dc:creator>
      <dc:date>2005-09-22T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632356#M742124</link>
      <description>How to tell if system is in trusted mode?&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprdef -r&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 22 Sep 2005 08:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632356#M742124</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-22T08:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632357#M742125</link>
      <description>Also, if you just want to lock down the system, have a look at bastille:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 22 Sep 2005 08:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632357#M742125</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-22T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632358#M742126</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;refer to this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/security.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/security.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;u may also like to look at hardening your system using bastille:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 22 Sep 2005 08:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632358#M742126</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-09-22T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632359#M742127</link>
      <description>The security file in /etc/defaults is never supplied--you must always create it yourself. NOTE: most of the parameters mentioned in the man page apply only to a Trusted system. I've attached a heavily commented security file that has virtually all the options mantioned. Unfortunately, there is no error checking or syntax checking. If the option you choose does not exist (for example, PASSWORD_HISTORY_DEPTH=5 is meaningless in a non-Trusted system) then the option is silently ignored. Thus the reason for all the comments in my sample file. &lt;BR /&gt; &lt;BR /&gt;The majority of the options require a Trusted system. Also, many options are based on patches. If a system is missing some security patches, then some of the options will also be ignored. The man page for security (as it exists on a specific system) should match what that system has in terms of patches.&lt;BR /&gt; &lt;BR /&gt;Note also that comments CANNOT be appended to an option (ie, NOLOGIN=1 # stop user logins).</description>
      <pubDate>Thu, 22 Sep 2005 09:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632359#M742127</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-22T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: secure system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632360#M742128</link>
      <description>You can get options and examples for the /etc/default/security file by doing man security.&lt;BR /&gt;&lt;BR /&gt;If you are able, read the man pages from a 11,23 version of HPUX as opposed to 11.0. A lot of the options will still work but the explainations are better in 11.23 man pages.&lt;BR /&gt;Some of the items discussed deal with passwd restrictions, login restrictions, the wheel group, etc...&lt;BR /&gt;&lt;BR /&gt;Other ideas, setup /etc/securetty so root login only on console and Bastille.&lt;BR /&gt;&lt;BR /&gt;To convert to a trusted system and not expire passwds;&lt;BR /&gt;etc/tsconvert;/usr/lbin/modprpw -V&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To go into trusted mode use the</description>
      <pubDate>Thu, 22 Sep 2005 10:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/secure-system/m-p/3632360#M742128</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-22T10:46:37Z</dc:date>
    </item>
  </channel>
</rss>

