From 99ac8aed5a70029d29df6eb7835736dc2161fa20 Mon Sep 17 00:00:00 2001 From: Sandro Montanari Date: Fri, 9 Feb 2024 11:58:27 +0000 Subject: Add OWNERS file for com.android.server.selinux Bug: 295861450 Change-Id: I78ad4968422fd05e905ed4bf4933e2341b69cfe5 Test: N/A --- services/core/java/com/android/server/selinux/OWNERS | 3 +++ .../tests/mockingservicestests/src/com/android/server/selinux/OWNERS | 1 + 2 files changed, 4 insertions(+) create mode 100644 services/core/java/com/android/server/selinux/OWNERS create mode 100644 services/tests/mockingservicestests/src/com/android/server/selinux/OWNERS diff --git a/services/core/java/com/android/server/selinux/OWNERS b/services/core/java/com/android/server/selinux/OWNERS new file mode 100644 index 000000000000..6ca4da2fd740 --- /dev/null +++ b/services/core/java/com/android/server/selinux/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 1117393 + +sandrom@google.com diff --git a/services/tests/mockingservicestests/src/com/android/server/selinux/OWNERS b/services/tests/mockingservicestests/src/com/android/server/selinux/OWNERS new file mode 100644 index 000000000000..49a0934ec642 --- /dev/null +++ b/services/tests/mockingservicestests/src/com/android/server/selinux/OWNERS @@ -0,0 +1 @@ +include /services/core/java/com/android/server/selinux/OWNERS -- cgit v1.2.3-59-g8ed1b