mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Test: Boots and passes memtrack VTS with no memtrack-related SELinux denials; dumpsys meminfo reports reasonable values for graphics memory usage. Bug: 36097468 Change-Id: I878bf682a74d479011e0435a427551ec606d032f Signed-off-by: Connor O'Brien <connoro@google.com>
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
userdebug_or_eng(`
|
|
allow domain diag_device:chr_file rw_file_perms;
|
|
')
|
|
|
|
# In order for /sys/kernel/debug/kgsl/proc/<pid>/mem
|
|
# to be created for memory tracking, the domain of
|
|
# the tracked process must have permission to search
|
|
# in /sys/kernel/debug/kgsl
|
|
allow domain debugfs_kgsl:dir search;
|