Skip to content
Snippets Groups Projects
Commit 828f516b authored by Frederic Danis's avatar Frederic Danis
Browse files

d/patches: Fix policy endpoints preventing to record sound


Role based endpoints are not yet ready for desktop use.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 9ed13ec2
No related branches found
No related tags found
1 merge request!5d/patches: Fix policy endpoints preventing to record sound
From 94dd3c4c1cf0669d16cae0ed9e7038d76c250873 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Fri, 28 May 2021 17:36:57 +0300
Subject: [PATCH] config: disable role-based endpoints in the default
configuration
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
---
src/config/policy.lua.d/50-endpoints-config.lua | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/config/policy.lua.d/50-endpoints-config.lua b/src/config/policy.lua.d/50-endpoints-config.lua
index 529ed08..4bdf82a 100644
--- a/src/config/policy.lua.d/50-endpoints-config.lua
+++ b/src/config/policy.lua.d/50-endpoints-config.lua
@@ -1,3 +1,8 @@
+-- uncomment to enable role-based endpoints
+-- this is not yet ready for desktop use
+--
+--[[
+
default_policy.policy.roles = {
["Multimedia"] = {
["alias"] = { "Movie", "Music", "Game" },
@@ -30,3 +35,5 @@ default_policy.endpoints = {
["role"] = "Alert",
},
}
+
+]]--
--
2.25.1
......@@ -2,3 +2,4 @@ meson-force-the-gir-target-to-depend-on-wp-gtkdoc.h.patch
apertis/0001-tests-si-standard-link-fix-racy-test.patch
apertis/0002-m-si-standard-link-fix-number-of-links-check.patch
apertis/0003-tests-si-audio-adapter-test-is.device-property.patch
apertis/0004-config-disable-role-based-endpoints-in-the-default-c.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment