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

* commit '4d3f1089aa3c763e4e2c2ccbce2ab23dd700ea48':
  Allow domain search/getattr access to security file
This commit is contained in:
William Roberts 2013-03-22 12:27:16 -07:00 committed by Android Git Automerger
commit 83d80311d1

View file

@ -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;