[
https://issues.apache.org/jira/browse/HDFS-9219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949939#comment-14949939
]
Mingliang Liu commented on HDFS-9219:
-------------------------------------
Thanks for filing this. Is {{checkOwner()}} called in those cases?
> Even if permission is enabled in an environment, while resolving reserved
> paths there is no check on permission.
> ----------------------------------------------------------------------------------------------------------------
>
> Key: HDFS-9219
> URL: https://issues.apache.org/jira/browse/HDFS-9219
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: J.Andreina
> Assignee: J.Andreina
>
> Currently at few instances , reserved paths are resolved without checking for
> permission, even if "dfs.permissions.enabled" is set to true.
> {code}
> FSPermissionChecker pc = fsd.getPermissionChecker();
> byte[][] pathComponents =
> FSDirectory.getPathComponentsForReservedPath(src);
> INodesInPath iip;
> fsd.writeLock();
> try {
> src = *FSDirectory.resolvePath(src, pathComponents, fsd);*
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)