You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2011/01/20 23:08:46 UTC

[jira] Created: (HDFS-1589) In secure mode, Datanodes should shutdown if they come up on non-privileged ports

In secure mode, Datanodes should shutdown if they come up on non-privileged ports
---------------------------------------------------------------------------------

                 Key: HDFS-1589
                 URL: https://issues.apache.org/jira/browse/HDFS-1589
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Arun C Murthy
            Assignee: Jakob Homan


It's a security hole, need to fix it asap.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HDFS-1589) In secure mode, Datanodes should shutdown if they come up on non-privileged ports

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan resolved HDFS-1589.
-------------------------------

    Resolution: Fixed

The SecureDataNode starter won't come up with non-privileged ports:
{code:title=SecureDataNodeStarter.java on trunk|borderStyle=solid}
      if(ss.getLocalPort() >= 1023 || listener.getPort() >= 1023)
        throw new RuntimeException("Cannot start secure datanode with unprivileged ports");
{code} 

Closing as invalid.

> In secure mode, Datanodes should shutdown if they come up on non-privileged ports
> ---------------------------------------------------------------------------------
>
>                 Key: HDFS-1589
>                 URL: https://issues.apache.org/jira/browse/HDFS-1589
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Jakob Homan
>
> It's a security hole, need to fix it asap.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HDFS-1589) In secure mode, Datanodes should shutdown if they come up on non-privileged ports

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan resolved HDFS-1589.
-------------------------------

    Resolution: Invalid

> In secure mode, Datanodes should shutdown if they come up on non-privileged ports
> ---------------------------------------------------------------------------------
>
>                 Key: HDFS-1589
>                 URL: https://issues.apache.org/jira/browse/HDFS-1589
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Jakob Homan
>
> It's a security hole, need to fix it asap.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (HDFS-1589) In secure mode, Datanodes should shutdown if they come up on non-privileged ports

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan reopened HDFS-1589:
-------------------------------


> In secure mode, Datanodes should shutdown if they come up on non-privileged ports
> ---------------------------------------------------------------------------------
>
>                 Key: HDFS-1589
>                 URL: https://issues.apache.org/jira/browse/HDFS-1589
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Jakob Homan
>
> It's a security hole, need to fix it asap.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.