summaryrefslogtreecommitdiff
path: root/citadel/recovery.te
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2020-06-09 11:43:38 -0700
committerKenny Root <kroot@google.com>2020-07-08 09:53:28 -0700
commit6522991b6dad2c0e0809a09547d9d89f550a00ca (patch)
treefa01172b519340fb509b18ee20089b79a9efbef5 /citadel/recovery.te
parentb10592276b268fcb6c75a944bbdfe938c399afd5 (diff)
downloadpixel-sepolicy-6522991b6dad2c0e0809a09547d9d89f550a00ca.tar.gz
Citadel: move rules to common directory
Move all the common Citadel rules to a directory where they can all be changed simultaneously and avoid accidental version skew between the devices. Test: build affected devices locally Bug: 143330574 Change-Id: I381b8dc1e0c814fd564a7a3aeeed0fe8759a65bf
Diffstat (limited to 'citadel/recovery.te')
-rw-r--r--citadel/recovery.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/citadel/recovery.te b/citadel/recovery.te
new file mode 100644
index 0000000..c68244f
--- /dev/null
+++ b/citadel/recovery.te
@@ -0,0 +1,3 @@
+recovery_only(`
+ allow recovery citadel_device:chr_file rw_file_perms;
+')