Commit Graph

2 Commits

Author SHA1 Message Date
Machad3x
8d912d2156 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
2025-07-15 21:30:46 -03:00
Adithya R
41bb446a75 sm8550-common: sepolicy: Allow system_server to write to tmpfs and zygote tmpfs
This denial is hit frequently on some device(s):

W CachedAppOptimi: type=1400 audit(0.0:146): avc: denied { write } for dev="tmpfs" ino=3073 scontext=u:r:system_server:s0 tcontext=u:object_r:zygote_tmpfs:s0 tclass=file permissive=0

W CachedAppOptimi: type=1400 audit(0.0:7910): avc:  denied  { write } for  dev="tmpfs" ino=1108 scontext=u:r:system_server:s0 tcontext=u:object_r:tmpfs:s0 tclass=file permissive=0

Change-Id: I6a08aa2c042f2d10fdeeefcd1f5f65ac844adf11
2025-07-15 21:30:46 -03:00