Move recovery.te to device/google/gs-common/dauntless/sepolicy
Bug: 279381809 Change-Id: I1b5b802bccbcd7e649f58af2c8393ecfca66e6e4
This commit is contained in:
parent
f55b2ffc2e
commit
6c4c5cdf26
2 changed files with 6 additions and 0 deletions
3
dauntless/sepolicy/fastbootd.te
Normal file
3
dauntless/sepolicy/fastbootd.te
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
recovery_only(`
|
||||||
|
allow fastbootd citadel_device:chr_file rw_file_perms;
|
||||||
|
')
|
3
dauntless/sepolicy/recovery.te
Normal file
3
dauntless/sepolicy/recovery.te
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
recovery_only(`
|
||||||
|
allow recovery citadel_device:chr_file rw_file_perms;
|
||||||
|
')
|
Loading…
Add table
Add a link
Reference in a new issue