From 3963a95a62bc8813631dbb08a8fb5abe9f9d3ede Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Wed, 25 Jan 2023 17:47:07 +0000 Subject: [PATCH] Enforce policy that SDP munging requires special approval MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ensures that adding features by SDP munging gets a review by people who understand how this works in the community. Bug: none Change-Id: I36feb0e3c7896d4f7bec81078109d7914c349a0d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291339 Commit-Queue: Harald Alvestrand Reviewed-by: Henrik Boström Reviewed-by: Tomas Gunnarsson Cr-Commit-Position: refs/heads/main@{#39229} --- pc/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pc/OWNERS b/pc/OWNERS index 4f82de419e..8ceb1f6c63 100644 --- a/pc/OWNERS +++ b/pc/OWNERS @@ -4,3 +4,8 @@ perkj@webrtc.org tommi@webrtc.org deadbeef@webrtc.org orphis@webrtc.org + +# Adding features via SDP munging requires approval from SDP owners +per-file webrtc_sdp.cc = set noparent +per-file webrtc_sdp.cc = hta@webrtc.org +per-file webrtc_sdp.cc = hbos@webrtc.org