Skip to content
Snippets Groups Projects
Commit 1d19f7e3 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Allow system_server to relabel /data/anr.

parent 5f9917c1
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,10 @@ allow system system_data_file:file relabelfrom;
allow system wallpaper_file:file relabelto;
allow system wallpaper_file:file rw_file_perms;
# Relabel /data/anr.
allow system system_data_file:dir relabelfrom;
allow system anr_data_file:dir relabelto;
# Property Service write
allow system system_prop:property_service set;
allow system radio_prop:property_service set;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment