pledge: Allow the AUDIO_GETDEV ioctl in "audio"
authorratchov <ratchov@openbsd.org>
Fri, 22 Mar 2024 05:54:25 +0000 (05:54 +0000)
committerratchov <ratchov@openbsd.org>
Fri, 22 Mar 2024 05:54:25 +0000 (05:54 +0000)
ok deraadt, kn, phessler

sys/kern/kern_pledge.c

index deb2542..aab866f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_pledge.c,v 1.310 2023/12/12 17:43:10 deraadt Exp $       */
+/*     $OpenBSD: kern_pledge.c,v 1.311 2024/03/22 05:54:25 ratchov Exp $       */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -1139,6 +1139,7 @@ pledge_ioctl(struct proc *p, long com, struct file *fp)
 #if NAUDIO > 0
        if ((pledge & PLEDGE_AUDIO)) {
                switch (com) {
+               case AUDIO_GETDEV:
                case AUDIO_GETPOS:
                case AUDIO_GETPAR:
                case AUDIO_SETPAR: