Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-552

Sentry Store recursive revoke of privilege levels < ALL does not properly downgrade child privileges

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • None
    • None

    Description

      The following doesn't work properly:

      grant all on col1
      grant all on col2
      revoke select on col2
      – at this point, will have ALL on col1, INSERT on col2
      revoke INSERT from table <--- Does not do the proper thing.

      The expectation is that revoking INSERT from the table would remove INSERT privilege on col2 and also downgrade the ALL privilege on col1 to SELECT. Instead it removes the ALL privilege.

      Attachments

        1. SENTRY-552.patch
          5 kB
          Dapeng Sun
        2. SENTRY-552.002.patch
          9 kB
          Dapeng Sun
        3. SENTRY-552.003.patch
          12 kB
          Dapeng Sun
        4. SENTRY-552.004.patch
          16 kB
          Dapeng Sun
        5. SENTRY-552.005.patch
          16 kB
          Dapeng Sun

        Issue Links

          Activity

            People

              dapengsun Dapeng Sun
              lskuff Lenni Kuff
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: