mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
tee was attempting to access an sdd device as per the following denial,
but access to generic block devices can't be granted due to a neverallow
rule. The device was granted its own type and tee was granted the
appropriate allow rules
avc: denied { getattr read write } for pid=790 comm="qseecomd"
name="sdd2" dev="tmpfs" ino=18294 scontext=u:r:tee:s0
tcontext=u:object_r:block_device:s0 tclass=blk_file
Bug: 34784662
Test: The above denials are no longer present
Change-Id: Idebb7c7aa5c2001f643f4d617eaa3ee8cab8ad28
17 lines
503 B
Plaintext
17 lines
503 B
Plaintext
type diag_device, dev_type, mlstrustedobject;
|
|
type smd_device, dev_type;
|
|
type ipa_dev, dev_type;
|
|
type rmnet_device, dev_type;
|
|
type at_device, dev_type;
|
|
type qsee_ipc_irq_spss_device, dev_type;
|
|
type seemplog_device, dev_type;
|
|
type spcom_device, dev_type;
|
|
type qdsp_device, dev_type, mlstrustedobject;
|
|
type dsp_device, dev_type;
|
|
type avtimer_device, dev_type;
|
|
type ssr_device, dev_type;
|
|
type ramdump_device, dev_type;
|
|
type hbtp_device, dev_type;
|
|
type sg_device, dev_type;
|
|
type sdd_block_device, dev_type;
|