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 "Eli Collins (JIRA)" <ji...@apache.org> on 2010/02/04 00:19:27 UTC

[jira] Created: (HDFS-948) Allow setting permissions on links

Allow setting permissions on links
----------------------------------

                 Key: HDFS-948
                 URL: https://issues.apache.org/jira/browse/HDFS-948
             Project: Hadoop HDFS
          Issue Type: New Feature
          Components: hdfs client, name-node
            Reporter: Eli Collins
            Priority: Minor


In HDFS-245 symlink permissions are ignored, access to a symlink is determined by the permissions of the symlink target. FileContext#setPermission and setOwner work like {{chmod}} and {{chown}}, symlinks are fully resolved. This jira is for adding FileContext#setLinkOwner and friends, ie a {{lchown}} (IEEE 1003.1) equivalent. The motivation is to allow an admin to create a link in a directory that users can write but disallow them from deleting the link.

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