From 6c4c5cdf2625559c524d68f6f59bce00799994df Mon Sep 17 00:00:00 2001 From: Joseph Jang Date: Mon, 24 Apr 2023 07:43:29 +0000 Subject: [PATCH] Move recovery.te to device/google/gs-common/dauntless/sepolicy Bug: 279381809 Change-Id: I1b5b802bccbcd7e649f58af2c8393ecfca66e6e4 --- dauntless/sepolicy/fastbootd.te | 3 +++ dauntless/sepolicy/recovery.te | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 dauntless/sepolicy/fastbootd.te create mode 100644 dauntless/sepolicy/recovery.te diff --git a/dauntless/sepolicy/fastbootd.te b/dauntless/sepolicy/fastbootd.te new file mode 100644 index 0000000..c8c0e29 --- /dev/null +++ b/dauntless/sepolicy/fastbootd.te @@ -0,0 +1,3 @@ +recovery_only(` + allow fastbootd citadel_device:chr_file rw_file_perms; +') diff --git a/dauntless/sepolicy/recovery.te b/dauntless/sepolicy/recovery.te new file mode 100644 index 0000000..c68244f --- /dev/null +++ b/dauntless/sepolicy/recovery.te @@ -0,0 +1,3 @@ +recovery_only(` + allow recovery citadel_device:chr_file rw_file_perms; +')