Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | veux: sepolicy: Grant perms to mount tracefs when CONFIG_DEBUG_FS | UtsavBalar1231 | 2023-01-05 | 1 | -1/+3 |
| | | | | | | | avc: denied { mounton } for pid=1 comm="init" path="/sys/kernel/tracing" dev="tracefs" ino=1 scontext=u:r:init:s0 tcontext=u:object_r:debugfs_tracing_debug:s0 tclass=dir permissive=0 Change-Id: Ia71539ff4b622d5130f2051e8ae490f3b7a4722b | ||||
* | veux: sepolicy: Allow init to write discard_max_bytes on /data partition | UtsavBalar1231 | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | veux: sepolicy: Allow setting read_ahead_kb on /data partition | UtsavBalar1231 | 2023-01-05 | 1 | -1/+4 |
| | |||||
* | veux: sepolicy: Make fastrpc_shell_3 publicly available | dianlujitao | 2023-01-05 | 1 | -0/+1 |
* Used by GCAM for DSP-accelerated HDR processing * Arguably we should label /vendor/dsp/cdsp/fastrpc_shell_3 to same_process_hal_file like Pixels, but the partition is prebuilt thus we're unable to relabel it. * Copy the file to writable tmpfs, setup attributes and bind mount back to workaround the limitation. [ghostrider-reborn]: Allow adsp/cdsprpcd and neuralnetworks HAL to access fastrpc_shell_3 [kras edit: 1. rename some contexts as per qva/kona 2. extend to allow camera HAL and VPP service to access it as well] Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com> |