Merge "Rename the context for the ART APEX."

This commit is contained in:
Martin Stjernholm 2019-09-06 14:37:16 +00:00 committed by Gerrit Code Review
commit 53f223346d
7 changed files with 9 additions and 9 deletions

View file

@ -136,7 +136,7 @@
recovery_socket
role_service
runas_app
runtime_apex_dir
art_apex_dir
runtime_service
secure_element
secure_element_device

View file

@ -123,7 +123,7 @@
recovery_socket
role_service
runas_app
runtime_apex_dir
art_apex_dir
runtime_service
secure_element
secure_element_device

View file

@ -115,7 +115,7 @@
rss_hwm_reset_exec
runas_app
runas_app_tmpfs
runtime_apex_dir
art_apex_dir
runtime_service
sdcard_block_device
sensor_privacy_service

View file

@ -16,7 +16,7 @@
init_svc_debug_prop
linker_prop
ota_metadata_file
runtime_apex_dir
art_apex_dir
system_ashmem_hwservice
system_group_file
system_passwd_file

View file

@ -180,7 +180,7 @@
# System files
#
/system(/.*)? u:object_r:system_file:s0
/system/apex/com.android.art u:object_r:runtime_apex_dir:s0
/system/apex/com.android.art u:object_r:art_apex_dir:s0
/system/lib(64)?(/.*)? u:object_r:system_lib_file:s0
/system/lib(64)?/bootstrap(/.*)? u:object_r:system_bootstrap_lib_file:s0
/system/bin/atrace u:object_r:atrace_exec:s0

View file

@ -175,8 +175,8 @@ type vendor_cgroup_desc_file, vendor_file_type, file_type;
type task_profiles_file, system_file_type, file_type;
# Vendor task profiles file under /vendor/etc/task_profiles.json
type vendor_task_profiles_file, vendor_file_type, file_type;
# Type for /system/apex/com.android.runtime
type runtime_apex_dir, system_file_type, file_type;
# Type for /system/apex/com.android.art
type art_apex_dir, system_file_type, file_type;
# Default type for directories search for
# HAL implementations

View file

@ -103,8 +103,8 @@ allow init device:dir mounton;
# Mount tmpfs on /apex
allow init apex_mnt_dir:dir mounton;
# Bind-mount on /system/apex/com.android.runtime
allow init runtime_apex_dir:dir mounton;
# Bind-mount on /system/apex/com.android.art
allow init art_apex_dir:dir mounton;
# Create and remove symlinks in /.
allow init rootfs:lnk_file { create unlink };