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 "Chris Nauroth (JIRA)" <ji...@apache.org> on 2013/12/03 20:45:37 UTC

[jira] [Created] (HDFS-5623) NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup.

Chris Nauroth created HDFS-5623:
-----------------------------------

             Summary: NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup.
                 Key: HDFS-5623
                 URL: https://issues.apache.org/jira/browse/HDFS-5623
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: namenode
            Reporter: Chris Nauroth


The existing permission checks are skipped under the following conditions:
* {{dfs.permissions.enabled}} is set to false.  (There are several exceptions stated in the documentation.)
* The user is the super-user.
* The user is a member of the super-user group.
Add tests verifying that ACL enforcement is also skipped for all of these cases.




--
This message was sent by Atlassian JIRA
(v6.1#6144)