diff --git a/lib/build/sphinx_ext.py b/lib/build/sphinx_ext.py
index b68f5702a4e6f2341a5e118f450401b490031498..1d6ca91d9e58403762f49ca16b89e666b7a3c4c4 100644
--- a/lib/build/sphinx_ext.py
+++ b/lib/build/sphinx_ext.py
@@ -482,7 +482,7 @@ def _BuildRapiAccessTable(res):
       if access:
         perms = utils.CommaJoin(sorted(access))
       else:
-        perms = "*everyone*"
+        perms = "*(none)*"
 
       yield ("  | :ref:`%s <%s>`: %s" %
              (method, _MakeRapiResourceLink(method, uri), perms))