Skip to content
Snippets Groups Projects
Commit 75ac64c3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow reading of /data/security/current symlink."

parents 35102f58 f9268178
No related branches found
No related tags found
No related merge requests found
...@@ -128,9 +128,10 @@ allow domain debugfs:file w_file_perms; ...@@ -128,9 +128,10 @@ allow domain debugfs:file w_file_perms;
# Get SELinux enforcing status. # Get SELinux enforcing status.
selinux_getenforce(domain) selinux_getenforce(domain)
# security files # /data/security files
allow domain security_file:dir { search getattr }; allow domain security_file:dir { search getattr };
allow domain security_file:file getattr; allow domain security_file:file getattr;
allow domain security_file:lnk_file r_file_perms;
# World readable asec image contents # World readable asec image contents
allow domain asec_public_file:file r_file_perms; allow domain asec_public_file:file r_file_perms;
......
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