git: a181c51e5f4d - stable/15 - Add audio group
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 May 2026 09:39:56 UTC
The branch stable/15 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=a181c51e5f4d0f5ed0fa175cf5a268be63b3961b
commit a181c51e5f4d0f5ed0fa175cf5a268be63b3961b
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-05-06 16:00:38 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-05-28 09:39:37 +0000
Add audio group
To be initially used by virtual_oss(8) loopback devices.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: emaste
Pull-Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/26
(cherry picked from commit 6024e3f99a1e3f5e52fd50c26789fc2dc98fd9c1)
---
etc/group | 1 +
sys/sys/conf.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/etc/group b/etc/group
index 35df51838ae4..8acec0d1474e 100644
--- a/etc/group
+++ b/etc/group
@@ -15,6 +15,7 @@ sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:
+audio:*:43:
video:*:44:
realtime:*:47:
idletime:*:48:
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index a830c9d4c622..5496133ab6d8 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -155,6 +155,7 @@ typedef int dumper_hdr_t(struct dumperinfo *di, struct kerneldumpheader *kdh);
#define GID_OPERATOR 5
#define GID_BIN 7
#define GID_GAMES 13
+#define GID_AUDIO 43
#define GID_VIDEO 44
#define GID_RT_PRIO 47
#define GID_ID_PRIO 48