Move recovery.te to device/google/gs-common/dauntless/sepolicy

Bug: 279381809
Change-Id: I1b5b802bccbcd7e649f58af2c8393ecfca66e6e4
This commit is contained in:
Joseph Jang 2023-04-24 07:43:29 +00:00
parent f55b2ffc2e
commit 6c4c5cdf26
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
recovery_only(`
allow fastbootd citadel_device:chr_file rw_file_perms;
')

View File

@ -0,0 +1,3 @@
recovery_only(`
allow recovery citadel_device:chr_file rw_file_perms;
')