sdm845-common: Initial commit

Change-Id: I317c72bd943457c95d2b2c2c80ac0163c9f76a93
This commit is contained in:
LuK1337
2018-07-01 13:20:03 +02:00
parent b6ff66ff95
commit 02a9fcb3e4
14 changed files with 826 additions and 0 deletions

6
sepolicy/private/file.te Normal file
View File

@@ -0,0 +1,6 @@
type adsprpcd_file, file_type;
type bt_firmware_file, file_type;
type firmware_file, file_type;
type op1_file, file_type;
type op2_file, file_type;
type persist_file, file_type;

View File

@@ -0,0 +1,7 @@
# Files in rootfs
/bt_firmware(/.*)? u:object_r:bt_firmware_file:s0
/dsp(/.*)? u:object_r:adsprpcd_file:s0
/firmware(/.*)? u:object_r:firmware_file:s0
/op1(/.*)? u:object_r:op1_file:s0
/op2(/.*)? u:object_r:op2_file:s0
/persist(/.*)? u:object_r:persist_file:s0