Repository: hbase Updated Branches: refs/heads/master 06a8bb5bd -> fcf583eb1
HBASE-12186 Fixed table cell deleted inadvertently by HBASE-11791 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fcf583eb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fcf583eb Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fcf583eb Branch: refs/heads/master Commit: fcf583eb19d5bb5c0cb3d2ad8a8abc1b87930c7b Parents: 06a8bb5 Author: Misty Stanley-Jones <[email protected]> Authored: Fri Oct 10 17:06:52 2014 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Fri Oct 10 17:08:53 2014 +1000 ---------------------------------------------------------------------- src/main/docbkx/security.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/fcf583eb/src/main/docbkx/security.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/security.xml b/src/main/docbkx/security.xml index 9a76c8b..03fab9e 100644 --- a/src/main/docbkx/security.xml +++ b/src/main/docbkx/security.xml @@ -1183,6 +1183,7 @@ public static void verifyAllowed(User user, AccessTestAction action, int count) <code>public</code> label.</para></entry> </row> <row> + <entry><screen>( secret | topsecret ) & !probationary</screen></entry> <entry><para>Allow access to users associated with either the <code>secret</code> or <code>topsecret</code> label and not associated with the <code>probationary</code> label.</para></entry>
