commit: 6bca30055fca4b3d2d0b3e7dd412b2f06c5fd9db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 16:43:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 16:43:46 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=6bca3005
Control /dev/steve access via jobserver group
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
data/steve.udev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/steve.udev b/data/steve.udev
index 5269159..7542516 100644
--- a/data/steve.udev
+++ b/data/steve.udev
@@ -1 +1 @@
-ACTION=="add", ENV{DEVNAME}=="/dev/steve", OWNER="portage", GROUP="portage",
MODE="660"
+ACTION=="add", ENV{DEVNAME}=="/dev/steve", OWNER="steve", GROUP="jobserver",
MODE="660"