From 067c78bea93199aa8420f55a2de4e31d3af3f30a Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Wed, 10 May 2023 01:44:25 +0000 Subject: [PATCH] create a folder for pixel sepolicy operations Bug: 281631102 Test: N/A Change-Id: I1f7e9b211ef1390c7948aaf6c690a175b4097a4b --- sepolicy/OWNERS | 5 +++++ sepolicy/README.txt | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 sepolicy/OWNERS create mode 100644 sepolicy/README.txt diff --git a/sepolicy/OWNERS b/sepolicy/OWNERS new file mode 100644 index 0000000..aab78ab --- /dev/null +++ b/sepolicy/OWNERS @@ -0,0 +1,5 @@ +include platform/system/sepolicy:/OWNERS + +wilsonsung@google.com +rurumihong@google.com + diff --git a/sepolicy/README.txt b/sepolicy/README.txt new file mode 100644 index 0000000..d1ad3e6 --- /dev/null +++ b/sepolicy/README.txt @@ -0,0 +1,2 @@ +This folder holds content for pixel sepolicy operations. Device sepolicy like +file.te, file_contexts will not live in here.