Skip to content
Snippets Groups Projects
Commit 5ba9af23 authored by SimHyunYong's avatar SimHyunYong
Browse files

Delete duplicated policy, it is already include in app.te.

allow appdomain keychain_data_file:dir r_dir_perms;
allow appdomain keychain_data_file:file r_file_perms;
parent b037a6c9
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,6 @@ binder_service(system_app) ...@@ -12,10 +12,6 @@ binder_service(system_app)
allow system_app system_app_data_file:dir create_dir_perms; allow system_app system_app_data_file:dir create_dir_perms;
allow system_app system_app_data_file:{ file lnk_file } create_file_perms; allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
# Read /data/misc/keychain subdirectory.
allow system_app keychain_data_file:dir r_dir_perms;
allow system_app keychain_data_file:file r_file_perms;
# Read and write to /data/misc/user. # Read and write to /data/misc/user.
allow system_app misc_user_data_file:dir create_dir_perms; allow system_app misc_user_data_file:dir create_dir_perms;
allow system_app misc_user_data_file:file create_file_perms; allow system_app misc_user_data_file:file create_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