<?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: doubt on the permission of /dev/ether0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717618#M62227</link>
    <description>Vishal,&lt;BR /&gt;&lt;BR /&gt;I've checked my N4000 running 11.0, my K570 running 11.0, and my C3000 running 11i.  They all have the exactly the same permissions as yours.  I would leave them alone.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 06 May 2002 13:37:07 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-05-06T13:37:07Z</dc:date>
    <item>
      <title>doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717611#M62220</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My system startup-file - /sbin/init.d/hpbase100 - has the following entry&lt;BR /&gt;#######################################&lt;BR /&gt;C_MAJOR=$(/usr/sbin/lsdev -h -d btlan3 | awk '{print $1}')&lt;BR /&gt;&lt;BR /&gt;if [  -a /dev/lan0 ]; then&lt;BR /&gt; LAN0_MAJOR=$(/bin/ll /dev/lan0 |awk '{print $5}')&lt;BR /&gt;&lt;BR /&gt;  if [ $C_MAJOR -ne $LAN0_MAJOR ]; then&lt;BR /&gt;  /bin/rm /dev/lan0&lt;BR /&gt;         fi&lt;BR /&gt; fi&lt;BR /&gt;&lt;BR /&gt; if [ ! -a /dev/lan0 ]; then&lt;BR /&gt; &lt;BR /&gt; /sbin/mknod /dev/lan0 c $C_MAJOR 0x000000 &lt;BR /&gt; /usr/bin/chmod 0666 /dev/lan0&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;if [  -a /dev/ether0 ]; then&lt;BR /&gt; ETHER_MAJOR=$(/bin/ll /dev/ether0 |awk '{print $5}')&lt;BR /&gt;&lt;BR /&gt;  if [ $C_MAJOR -ne $ETHER_MAJOR ]; then&lt;BR /&gt;  /bin/rm /dev/ether0&lt;BR /&gt;         fi&lt;BR /&gt; fi&lt;BR /&gt;&lt;BR /&gt; if [ ! -a /dev/ether0 ]; then&lt;BR /&gt; &lt;BR /&gt; /sbin/mknod /dev/ether0 c $C_MAJOR 0x000001 &lt;BR /&gt; /usr/bin/chmod 0666 /dev/ether0&lt;BR /&gt;        fi&lt;BR /&gt;##########################################&lt;BR /&gt;&lt;BR /&gt;My /dev/ether0 has the permission 0666. &lt;BR /&gt;&lt;BR /&gt;Is this permission really required ? Will it not cause some security issues ?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Visha</description>
      <pubDate>Mon, 06 May 2002 11:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717611#M62220</guid>
      <dc:creator>Vishal Augustine</dc:creator>
      <dc:date>2002-05-06T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717612#M62221</link>
      <description>I guess it could cause security issues, but I'm not sure I would change it, especially if this machine is a production machine.&lt;BR /&gt;&lt;BR /&gt;My hpbase100 does not have that for 10.20. What OS are you running?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 06 May 2002 11:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717612#M62221</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-06T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717613#M62222</link>
      <description>I checked my machine, it is the same permissions, although they have "w" permission which maybe is a security hole, I don't suggest you change them, just leave them there.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 12:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717613#M62222</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-05-06T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717614#M62223</link>
      <description>It is a k580 10.20 system ...&lt;BR /&gt;&lt;BR /&gt;I checked it on other 3 k580, 10.20 and found the same !!!&lt;BR /&gt;&lt;BR /&gt;Vishal</description>
      <pubDate>Mon, 06 May 2002 13:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717614#M62223</guid>
      <dc:creator>Vishal Augustine</dc:creator>
      <dc:date>2002-05-06T13:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717615#M62224</link>
      <description>I noticed all of ours has permission set to ..&lt;BR /&gt;crw-r--r-- bin:bin&lt;BR /&gt;for both ether0,ether1,lan0 and I couldn't find any chmod statement in the startup file.&lt;BR /&gt;I'm suspecting your startup file has the chmod line purposely added to it.&lt;BR /&gt;Under normal circumstances there shouldn't be a need for the permission to be world-writable.</description>
      <pubDate>Mon, 06 May 2002 13:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717615#M62224</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717616#M62225</link>
      <description>Hi Vishal&lt;BR /&gt;&lt;BR /&gt;Even we have the same permissions and I am attaching a copy og hpbase100 so that you can cross check it ,there is definaltely a security concern as I am also thinking now on the same lines.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 06 May 2002 13:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717616#M62225</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-06T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717617#M62226</link>
      <description>Hi Vishal&lt;BR /&gt;&lt;BR /&gt;Even we have the same permissions and I am attaching a copy og hpbase100 so that you can cross check it ,there is definaltely a security concern as I am also thinking now on the same lines.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 06 May 2002 13:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717617#M62226</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-06T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717618#M62227</link>
      <description>Vishal,&lt;BR /&gt;&lt;BR /&gt;I've checked my N4000 running 11.0, my K570 running 11.0, and my C3000 running 11i.  They all have the exactly the same permissions as yours.  I would leave them alone.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 06 May 2002 13:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717618#M62227</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-06T13:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717619#M62228</link>
      <description>I do not know if it is a security concern. An ordinary user cannot remove it but will need to perform write operations in the network stack.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 06 May 2002 13:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717619#M62228</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-05-06T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717620#M62229</link>
      <description>We've asked  our HP support and they told us not to change it...&lt;BR /&gt;&lt;BR /&gt;S</description>
      <pubDate>Tue, 07 May 2002 07:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717620#M62229</guid>
      <dc:creator>cart</dc:creator>
      <dc:date>2002-05-07T07:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: doubt on the permission of /dev/ether0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717621#M62230</link>
      <description>But why such permission ... there shud be some reason ? Do you know the reason ?&lt;BR /&gt;&lt;BR /&gt;Vishal</description>
      <pubDate>Wed, 08 May 2002 04:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/doubt-on-the-permission-of-dev-ether0/m-p/2717621#M62230</guid>
      <dc:creator>Vishal Augustine</dc:creator>
      <dc:date>2002-05-08T04:59:20Z</dc:date>
    </item>
  </channel>
</rss>

