commit: f0893d89d90659d7690f5ee7ef8fd8d51285cf59
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:24:01 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:24:01 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=f0893d89
Update docs ofr new groups
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
README.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 8b9ec46..298f994 100644
--- a/README.rst
+++ b/README.rst
@@ -27,11 +27,12 @@ be used to override the job count::
By default, the new device is accessible only to root. It is
recommended to use udev rules to change the ownership and permission
bits. An example rule is supplied in ``data/steve.udev`` that gives
-the ``portage`` group permission to access job tokens::
+the ``jobserver`` group permission to access job tokens::
$ cp data/steve.udev /etc/udev/rules.d/99-steve.rules
-When used with Portage, sandbox rules need to be installed as well::
+When used with Portage, the ``portage`` user needs to be added
+to the ``jobserver`` group sandbox rules need to be installed as well::
$ cp data/sandbox.conf /etc/sandbox.d/90steve