You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2014/06/10 03:34:01 UTC

[jira] [Created] (SENTRY-281) Revoking a parent privilege should revoke all child privileges

Sravya Tirukkovalur created SENTRY-281:
------------------------------------------

             Summary: Revoking a parent privilege should revoke all child privileges
                 Key: SENTRY-281
                 URL: https://issues.apache.org/jira/browse/SENTRY-281
             Project: Sentry
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Sravya Tirukkovalur
             Fix For: 1.4.0


GRANT SELECT on DATABASE db1 to ROLE role1;
REVOKE ALL on SERVER server1 from ROLE role1;

Should result in zero privileges for role1



--
This message was sent by Atlassian JIRA
(v6.2#6252)