Skip to content
Snippets Groups Projects
Commit 83d80311 authored by William Roberts's avatar William Roberts Committed by Android Git Automerger
Browse files

am 4d3f1089: Allow domain search/getattr access to security file

* commit '4d3f1089':
  Allow domain search/getattr access to security file
parents e59451ae 4d3f1089
Branches
Tags
No related merge requests found
......@@ -113,3 +113,7 @@ allow domain debugfs:file rw_file_perms;
dontaudit domain debugfs:dir r_dir_perms;
dontaudit domain debugfs:file rw_file_perms;
}
# security files
allow domain security_file:dir { search getattr };
allow domain security_file:file getattr;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment