Skip to content
Snippets Groups Projects
Commit 6d474849 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Allow apexd to realpath(3) on apex_key_files

am: ecc09871

Change-Id: I43f3d98669537d24879f3a734e2684968813e148
parents b9c0ab6f ecc09871
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ typeattribute apexd coredomain; ...@@ -3,7 +3,7 @@ typeattribute apexd coredomain;
init_daemon_domain(apexd) init_daemon_domain(apexd)
# Read /system/etc/security/apex_debug_key # Read /system/etc/security/apex_debug_key
allow apexd apex_key_file:dir search; allow apexd apex_key_file:dir { search getattr };
allow apexd apex_key_file:file r_file_perms; allow apexd apex_key_file:file r_file_perms;
# Allow reading and writing of APEX files in the APEX data dir # Allow reading and writing of APEX files in the APEX data dir
......
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