<?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: links owned by nobody? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100333#M444050</link>
    <description>&amp;gt;It's unfortunate that HP/Opsware uses these benchmarks directly for their audits.&lt;BR /&gt;&amp;gt;So we will continue to fail on these audits, until they modify this.&lt;BR /&gt;&lt;BR /&gt;Have you contacted the owners of /opt/VRTSob and /usr/obam so they can fix the problem?</description>
    <pubDate>Sun, 30 Mar 2008 09:22:32 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-03-30T09:22:32Z</dc:date>
    <item>
      <title>links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100328#M444045</link>
      <description>&lt;!--!*#--&gt;Just built hp 11.11 and I am running thru the CIS benchmarks.&lt;BR /&gt;&lt;BR /&gt;I have links that are not owned by anybody...&lt;BR /&gt;Is this right?&lt;BR /&gt;We will fail our security audit on this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 5.3 FIND "UNOWNED" FILES &amp;amp; DIRECTORIES&lt;BR /&gt; ------------------------------------------------&lt;BR /&gt;# find / \( -nouser -o -nogroup \) -print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/VRTSob/jre/bin/.start_xfs&lt;BR /&gt;/opt/VRTSob/jre/bin/java&lt;BR /&gt;/opt/VRTSob/jre/bin/keytool&lt;BR /&gt;/opt/VRTSob/jre/bin/policytool&lt;BR /&gt;/opt/VRTSob/jre/bin/rmid&lt;BR /&gt;/opt/VRTSob/jre/bin/rmiregistry&lt;BR /&gt;/opt/VRTSob/jre/bin/tnameserv&lt;BR /&gt;/opt/VRTSob/jre/lib/PA_RISC/hotspot&lt;BR /&gt;/opt/VRTSob/jre/lib/PA_RISC/libmawt.sl&lt;BR /&gt;/opt/VRTSob/jre/lib/PA_RISC2.0/hotspot&lt;BR /&gt;/opt/VRTSob/jre/lib/PA_RISC2.0/libmawt.sl&lt;BR /&gt;/usr/obam/jre/bin/javakey&lt;BR /&gt;/usr/obam/jre/bin/rmiregistry&lt;BR /&gt;/usr/obam/X/bin/X&lt;BR /&gt;/usr/obam/X/lib/X11/XKeysymDB&lt;BR /&gt;/usr/obam/X/lib/libX11.sl&lt;BR /&gt;/usr/obam/server/logs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;lrwxrwxrwx   1 4484       119             13 Mar 26 15:07 java -&amp;gt; .java_wrapper&lt;BR /&gt;lrwxrwxrwx   1 4484       119             13 Mar 26 15:07 keytool -&amp;gt; .java_wrapper&lt;BR /&gt;lrwxrwxrwx   1 4484       119             13 Mar 26 15:07 policytool -&amp;gt; .java_wrapper&lt;BR /&gt;lrwxrwxrwx   1 4484       119             13 Mar 26 15:07 rmid -&amp;gt; .java_wrapper&lt;BR /&gt;...&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2008 18:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100328#M444045</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2008-03-28T18:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100329#M444046</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The ownership and permissions of symbolic links don't matter.  It's the ownership and permissions of the object to which they point that is important.&lt;BR /&gt;&lt;BR /&gt;Tell your auditors to find another concern.&lt;BR /&gt;&lt;BR /&gt;You can use 'chown -h' to fix the ownership of the links if you wish.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 28 Mar 2008 19:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100329#M444046</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-28T19:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100330#M444047</link>
      <description>You should really amend your find.  If you want to follow the letter of the benchmark, then you should be doing:&lt;BR /&gt;&lt;BR /&gt;Find unowned directories&lt;BR /&gt;# find / -type d \( -nouser -o -nogroup \) -print&lt;BR /&gt;&lt;BR /&gt;Find unowned files&lt;BR /&gt;# find / -type f \( -nouser -o -nogroup \) -print&lt;BR /&gt;&lt;BR /&gt;As James said, the permissions of a link is really irrelevant.  If you really want to get technical, the auditors would also complain about the permissions on the link since they are '777'.</description>
      <pubDate>Fri, 28 Mar 2008 19:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100330#M444047</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-03-28T19:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100331#M444048</link>
      <description>&amp;gt;JRF: The ownership and permissions of symbolic links don't matter. &lt;BR /&gt;&lt;BR /&gt;Right.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Tell your auditors to find another concern.&lt;BR /&gt;&lt;BR /&gt;Unfortunately we had to make a patch to fix some links on 11.23 because it was mentioned that if that user was removed from the system, the links could be removed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Patrick:&lt;BR /&gt;&amp;gt;Find unowned directories&lt;BR /&gt;&amp;gt;Find unowned files&lt;BR /&gt;&lt;BR /&gt;Rather than waste time doing two finds, you can combine them:&lt;BR /&gt;# find / \( -type f -o -type d \) \( -nouser -o -nogroup \) &lt;BR /&gt;&lt;BR /&gt;Or probably more correctly to find evil sockets:&lt;BR /&gt;# find / ! -type l \( -nouser -o -nogroup \) &lt;BR /&gt;&lt;BR /&gt;&amp;gt;auditors would also complain about the permissions on the link since they are 777.&lt;BR /&gt;&lt;BR /&gt;They may be just smart enough to know that.  And that would occur on other OSes but probably not those unowned links.</description>
      <pubDate>Fri, 28 Mar 2008 23:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100331#M444048</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-28T23:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100332#M444049</link>
      <description>Actually, CIS benchmarks should modify the HP benchmarks.&lt;BR /&gt;It's unfortunate that HP/Opsware uses these benchmarks directly for their audits.&lt;BR /&gt;&lt;BR /&gt;So we will continue to fail on these audits, until they modify this.&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2008 19:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100332#M444049</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2008-03-29T19:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: links owned by nobody?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100333#M444050</link>
      <description>&amp;gt;It's unfortunate that HP/Opsware uses these benchmarks directly for their audits.&lt;BR /&gt;&amp;gt;So we will continue to fail on these audits, until they modify this.&lt;BR /&gt;&lt;BR /&gt;Have you contacted the owners of /opt/VRTSob and /usr/obam so they can fix the problem?</description>
      <pubDate>Sun, 30 Mar 2008 09:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/links-owned-by-nobody/m-p/5100333#M444050</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-30T09:22:32Z</dc:date>
    </item>
  </channel>
</rss>

