sm8550-common: sepolicy: Allow system_server to write to audioserver_tmpfs

This keep spamming.

W CachedAppOptimi: type=1400 audit(0.0:4729): avc:  denied  { write } for  dev="tmpfs" ino=12550 scontext=u:r:system_server:s0 tcontext=u:object_r:audioserver_tmpfs:s0 tclass=file permissive=0
This commit is contained in:
Machad3x
2025-04-03 15:37:23 -04:00
committed by Mezaque Silver
parent 9d80421aab
commit 8d912d2156

View File

@@ -1,3 +1,4 @@
# CachedAppOptimizer # CachedAppOptimizer
allow system_server audioserver_tmpfs:file rw_file_perms;
allow system_server zygote_tmpfs:file rw_file_perms; allow system_server zygote_tmpfs:file rw_file_perms;
allow system_server tmpfs:file rw_file_perms; allow system_server tmpfs:file rw_file_perms;