mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 12:55:31 -04:00
universal7885: Adapt SELinux rules to match our A20/A20e's needs
* Additionally, adapt LineageOS's rules too Change-Id: Ie253afd9052c700705861d618253445ef4b8c728 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
90eb28369e
commit
9506c382c4
82 changed files with 1108 additions and 98 deletions
|
|
@ -0,0 +1,4 @@
|
|||
# file_contexts
|
||||
|
||||
### DATA
|
||||
/data/zram(/.*)? u:object_r:zram_data_file:s0
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
### BLUETOOTH
|
||||
sys.bluetooth.tty u:object_r:exported_bluetooth_prop:s0
|
||||
|
||||
### BUILD
|
||||
#ro.build.PDA u:object_r:exported2_default_prop:s0
|
||||
|
||||
### CAMERA
|
||||
system.camera.CC. u:object_r:exported_camera_prop:s0
|
||||
service.camera. u:object_r:exported_camera_prop:s0
|
||||
sys.cameramode. u:object_r:exported_camera_prop:s0
|
||||
ro.camera.req.fmq.size u:object_r:exported_camera_prop:s0
|
||||
ro.camera.res.fmq.size u:object_r:exported_camera_prop:s0
|
||||
|
||||
### GFX
|
||||
#ro.gfx.driver.1 u:object_r:exported3_default_prop:s0 exact string
|
||||
|
||||
### CSC
|
||||
ro.csc. u:object_r:exported_config_prop:s0
|
||||
|
||||
### MDC
|
||||
mdc. u:object_r:exported_config_prop:s0
|
||||
|
||||
### OMC
|
||||
persist.sys.omc_support u:object_r:exported_config_prop:s0
|
||||
persist.sys.omc_etcpath u:object_r:exported_config_prop:s0
|
||||
ro.omc. u:object_r:exported_config_prop:s0
|
||||
|
||||
### RADIO
|
||||
ril.NwNmId u:object_r:telephony_config_prop:s0
|
||||
ril.NwNmId2 u:object_r:telephony_config_prop:s0
|
||||
ro.boot.cpboot u:object_r:telephony_config_prop:s0
|
||||
ro.simbased.changetype u:object_r:exported_config_prop:s0
|
||||
|
||||
### RFKILL
|
||||
ro.rfkilldisabled u:object_r:rfkilldisabled_prop:s0
|
||||
Loading…
Reference in a new issue