Skip to content

missing permission bit for read-access #49

Description

@moscicki

@dragotin, @ckamm, @DeepDiver1975, @labkode:

There is a missing permission bit to represent Read access. Currently it is assumed that everything visible is readable which is not the case in general with external storage (home directories) where permissions may be handled outside of owncloud. So it could be useful for the sync client to discover if effectively a resource is readable or not (and for example, avoid recursing into such a directory which then would result in an error). You may consider if it would be useful to distinguish between ability to list files and read them (like AFS does it). I am not clear on it.

Ref:
https://github.com/owncloud/client/blob/master/doc/architecture.rst#server-side--permissions
https://github.com/cernbox/smashbox/blob/master/protocol/protocol.md#list-directory

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions