Skip to content
Snippets Groups Projects
Commit 0677cb2e authored by Stephen Smalley's avatar Stephen Smalley Committed by repo sync
Browse files

Allow fstat of platform app /data/data files.


Change-Id: I8d46a809c08cd21b0d6c3173998035ab3cc79ada
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent b5f6977a
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ allow appdomain app_data_file:notdevfile_class_set create_file_perms; ...@@ -132,7 +132,7 @@ allow appdomain app_data_file:notdevfile_class_set create_file_perms;
# Read/write data files created by the platform apps if they # Read/write data files created by the platform apps if they
# were passed to the app via binder or local IPC. Do not allow open. # were passed to the app via binder or local IPC. Do not allow open.
allow appdomain platform_app_data_file:file { read write }; allow appdomain platform_app_data_file:file { getattr read write };
# lib subdirectory of /data/data dir is system-owned. # lib subdirectory of /data/data dir is system-owned.
allow appdomain system_data_file:dir r_dir_perms; allow appdomain system_data_file:dir r_dir_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