From 401c431fcd51cfdfadf066509728b39be8175b19 Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Wed, 20 Oct 2021 18:15:20 +0800 Subject: [PATCH] Initial device lynx sepolicy Bug: 202250383 Change-Id: I7b096bdb87ea45760bbcf929cd5757e159952e75 --- OWNERS | 11 +++++++++++ lynx-sepolicy.mk | 2 ++ vendor/README.txt | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 OWNERS create mode 100644 lynx-sepolicy.mk create mode 100644 vendor/README.txt diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..a24d5fb --- /dev/null +++ b/OWNERS @@ -0,0 +1,11 @@ +adamshih@google.com +alanstokes@google.com +bowgotsai@google.com +jbires@google.com +jeffv@google.com +jgalenson@google.com +jiyong@google.com +rurumihong@google.com +sspatil@google.com +smoreland@google.com +trong@google.com diff --git a/lynx-sepolicy.mk b/lynx-sepolicy.mk new file mode 100644 index 0000000..6efe95c --- /dev/null +++ b/lynx-sepolicy.mk @@ -0,0 +1,2 @@ +# sepolicy that are shared among devices using whitechapel +BOARD_SEPOLICY_DIRS += device/google/lynx-sepolicy/vendor diff --git a/vendor/README.txt b/vendor/README.txt new file mode 100644 index 0000000..67a320f --- /dev/null +++ b/vendor/README.txt @@ -0,0 +1,2 @@ +This folder holds sepolicy exclusively for one device. For example, genfs_contexts +paths that are affected by device tree.