Skip to content
Snippets Groups Projects
Commit 7cb2197f 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

* commit 'a049bb30':
  system_server: allow restorecon /data/system/users/0/fpdata
parents 649addcc a049bb30
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,9 @@ allow system_server system_data_file:file relabelfrom;
allow system_server wallpaper_file:file relabelto;
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
set_prop(system_server, system_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