Fix error in systemui when toggling airplane mode
avc: denied { read } for name="u:object_r:radio_cdma_ecm_prop:s0" dev="tmpfs" ino=321 scontext=u:r:systemui_app:s0:c3,c257,c512,c768 tcontext=u:object_r:radio_cdma_ecm_prop:s0 tclass=file Bug: 197722115 Bug: 359381748 Test: make selinux_policy Flag: EXEMPT bugfix Change-Id: I96d17e562ac1cc0e0e0597ce332e94be95652026
This commit is contained in:
parent
cd06811f33
commit
e40a281856
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# SEPolicy for System UI
|
||||
typeattribute systemui_app coredomain;
|
||||
app_domain(systemui_app)
|
||||
|
||||
|
@ -19,6 +20,7 @@ allow systemui_app statsmanager_service:service_manager find;
|
|||
get_prop(systemui_app, keyguard_config_prop)
|
||||
set_prop(systemui_app, bootanim_system_prop)
|
||||
get_prop(systemui_app, qemu_hw_prop)
|
||||
get_prop(systemui_app, radio_cdma_ecm_prop)
|
||||
|
||||
# Allow writing and removing wmshell protolog in /data/misc/wmtrace.
|
||||
userdebug_or_eng(`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue