<?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 Security RED FLAG For root .profile? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433077#M206091</link>
    <description>Team:&lt;BR /&gt;&lt;BR /&gt;The security software shows RED FLAG for root's .profile. The permission is 400 for .profile with owner as root:sys. here is the error after running the report&lt;BR /&gt; /.profile daemon: : GID is sys, expected daemon &lt;BR /&gt; /.profile hpdb:ALLBASE: GID is sys, expected other &lt;BR /&gt;/.profile www: : GID is sys, expected other &lt;BR /&gt;&lt;BR /&gt;I am not sure how to correct it? Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
    <pubDate>Tue, 30 Nov 2004 10:20:52 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2004-11-30T10:20:52Z</dc:date>
    <item>
      <title>Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433077#M206091</link>
      <description>Team:&lt;BR /&gt;&lt;BR /&gt;The security software shows RED FLAG for root's .profile. The permission is 400 for .profile with owner as root:sys. here is the error after running the report&lt;BR /&gt; /.profile daemon: : GID is sys, expected daemon &lt;BR /&gt; /.profile hpdb:ALLBASE: GID is sys, expected other &lt;BR /&gt;/.profile www: : GID is sys, expected other &lt;BR /&gt;&lt;BR /&gt;I am not sure how to correct it? Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe.</description>
      <pubDate>Tue, 30 Nov 2004 10:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433077#M206091</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-30T10:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433078#M206092</link>
      <description>I don't know why it is said to be related to .profile, but what is displayed is default groups for those users, and they seem not to be correct. You should correct this with this commands :&lt;BR /&gt;usermod -g daemon daemon&lt;BR /&gt;usermod -g other hpdb&lt;BR /&gt;usermod -g other www&lt;BR /&gt;&lt;BR /&gt;This should correct the problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 10:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433078#M206092</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-30T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433079#M206093</link>
      <description>I am not sure how to interpret your report, but you can report on the group id using the following:&lt;BR /&gt;# id daemon&lt;BR /&gt;# id hpdb&lt;BR /&gt;# id www&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;# id www&lt;BR /&gt;uid=30(www) gid=1(other)&lt;BR /&gt;&lt;BR /&gt;The gid is stored in the /etc/passwd file.&lt;BR /&gt;www:*:30:1::/:&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 10:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433079#M206093</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-11-30T10:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433080#M206094</link>
      <description>I honestly wouldn't worry about it much.&lt;BR /&gt;&lt;BR /&gt;It is flagging the /.profile because the home directory for each of those users is /, thus it will use the same .profile as the root user, whose home dir is also / by default.  The default for root's .profile is owner=root and group=sys, thus you're getting the GID is sys for /.profile.&lt;BR /&gt;&lt;BR /&gt;None of those users should be able to login and you normally don't even su to them, at least I never have, so the .profile should never even be used.&lt;BR /&gt;&lt;BR /&gt;I guess you could try setting up a separate home directory for each of those users /hpdb, /daemon, /www and give them their own profile with the expected permissions.  I don't think that would effect anything else.  It'd just be non-standard.</description>
      <pubDate>Tue, 30 Nov 2004 10:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433080#M206094</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-11-30T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433081#M206095</link>
      <description>I am not able to usermod 'coz it says Cannot modify user 'hpdb': Home directory '/' is shared&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 30 Nov 2004 11:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433081#M206095</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-30T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433082#M206096</link>
      <description>how to add the home direcory for these users? &lt;BR /&gt;&lt;BR /&gt;joe</description>
      <pubDate>Tue, 30 Nov 2004 11:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433082#M206096</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-30T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433083#M206097</link>
      <description>ok super. i added /daemon as the home dir and same way for others and the red is gone. will this have any other impacts?&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 30 Nov 2004 11:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433083#M206097</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2004-11-30T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433084#M206098</link>
      <description>I don't think it will impact anything, but I'm not 100% sure.  I've never tried it.</description>
      <pubDate>Tue, 30 Nov 2004 11:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433084#M206098</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-11-30T11:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Security RED FLAG For root .profile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433085#M206099</link>
      <description>On my ref system, those user are affected to / as home. It shouldn't be a problem as long as they never log in... But we never know.&lt;BR /&gt;Better replace everything as said. If you can't use usermod, use sam, or, at least vi (oh ! what a bad advice !). If using vi, make sure to copy file before.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 11:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-red-flag-for-root-profile/m-p/3433085#M206099</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-30T11:41:21Z</dc:date>
    </item>
  </channel>
</rss>

