Merge "Delete duplicated policy, it is already include in app.te."
am: 0220b345b3
* commit '0220b345b39fa7781e3a352ecf84f45bc29016ab':
Delete duplicated policy, it is already include in app.te.
This commit is contained in:
commit
c37b0c330f
1 changed files with 0 additions and 4 deletions
|
@ -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:{ 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.
|
||||
allow system_app misc_user_data_file:dir create_dir_perms;
|
||||
allow system_app misc_user_data_file:file create_file_perms;
|
||||
|
|
Loading…
Reference in a new issue