Skip to content
Snippets Groups Projects
Commit 55b9341f authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

system_server: allow restorecon /data/system/users/0/fpdata am: 4fd21606 am: a049bb30

am: 7cb2197f

* commit '7cb2197f':
  system_server: allow restorecon /data/system/users/0/fpdata
parents 3e3658df 7cb2197f
Branches
No related tags found
No related merge requests found
...@@ -274,6 +274,9 @@ allow system_server system_data_file:file relabelfrom; ...@@ -274,6 +274,9 @@ allow system_server system_data_file:file relabelfrom;
allow system_server wallpaper_file:file relabelto; allow system_server wallpaper_file:file relabelto;
allow system_server wallpaper_file:file { rw_file_perms unlink }; allow system_server wallpaper_file:file { rw_file_perms unlink };
# FingerprintService.java does a restorecon of the directory /data/system/users/[0-9]+/fpdata(/.*)?
allow system_server system_data_file:dir relabelfrom;
# Property Service write # Property Service write
set_prop(system_server, system_prop) set_prop(system_server, system_prop)
set_prop(system_server, dhcp_prop) set_prop(system_server, dhcp_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment