system_app.te: fix misleading comment
A comment within system_app.te implies that system_apps can read/write the /data/data directory (and all subdirectories). The comment is misleading. Fix the comment. Test: comment only change. No test needed Change-Id: I51b95f8b55ac89730a866d2a829326b276b11824
This commit is contained in:
parent
0467d14618
commit
c8ac77735e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ binder_service(system_app)
|
|||
# android.ui and system.ui
|
||||
allow system_app rootfs:dir getattr;
|
||||
|
||||
# Read and write /data/data subdirectory.
|
||||
# read/write certain subdirectories of /data/data for system UID apps.
|
||||
allow system_app system_app_data_file:dir create_dir_perms;
|
||||
allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue