Remove apex_key_file am: cff95d7b5f
am: 6c36a99417
Change-Id: Ic6f044d6cc730cd7dbc2b3fa691f790977d9b2e1
This commit is contained in:
commit
c035d085ec
6 changed files with 0 additions and 11 deletions
|
@ -2,10 +2,6 @@ typeattribute apexd coredomain;
|
|||
|
||||
init_daemon_domain(apexd)
|
||||
|
||||
# Read /system/etc/security/apex_debug_key
|
||||
allow apexd apex_key_file:dir { search getattr };
|
||||
allow apexd apex_key_file:file r_file_perms;
|
||||
|
||||
# Allow creating, reading and writing of APEX files/dirs in the APEX data dir
|
||||
allow apexd apex_data_file:dir create_dir_perms;
|
||||
allow apexd apex_data_file:file create_file_perms;
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
apex_data_file
|
||||
apex_metadata_file
|
||||
apex_mnt_dir
|
||||
apex_key_file
|
||||
apex_service
|
||||
apexd
|
||||
apexd_exec
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
apex_data_file
|
||||
apex_metadata_file
|
||||
apex_mnt_dir
|
||||
apex_key_file
|
||||
apex_service
|
||||
apexd
|
||||
apexd_exec
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
apex_data_file
|
||||
apex_metadata_file
|
||||
apex_mnt_dir
|
||||
apex_key_file
|
||||
apex_service
|
||||
apexd
|
||||
apexd_exec
|
||||
|
|
|
@ -302,7 +302,6 @@
|
|||
/system/etc/ld\.config.* u:object_r:system_linker_config_file:s0
|
||||
/system/etc/seccomp_policy(/.*)? u:object_r:system_seccomp_policy_file:s0
|
||||
/system/etc/security/cacerts(/.*)? u:object_r:system_security_cacerts_file:s0
|
||||
/system/etc/security/apex(/.*)? u:object_r:apex_key_file:s0
|
||||
/system/etc/selinux/mapping/[0-9]+\.[0-9]+\.cil u:object_r:sepolicy_file:s0
|
||||
/system/etc/selinux/plat_mac_permissions\.xml u:object_r:mac_perms_file:s0
|
||||
/system/etc/selinux/plat_property_contexts u:object_r:property_contexts_file:s0
|
||||
|
@ -393,7 +392,6 @@
|
|||
/(product|system/product)(/.*)? u:object_r:system_file:s0
|
||||
/(product|system/product)/overlay(/.*)? u:object_r:vendor_overlay_file:s0
|
||||
|
||||
/(product|system/product)/etc/security/apex(/.*)? u:object_r:apex_key_file:s0
|
||||
/(product|system/product)/etc/selinux/product_file_contexts u:object_r:file_contexts_file:s0
|
||||
/(product|system/product)/etc/selinux/product_hwservice_contexts u:object_r:hwservice_contexts_file:s0
|
||||
/(product|system/product)/etc/selinux/product_property_contexts u:object_r:property_contexts_file:s0
|
||||
|
|
|
@ -154,8 +154,6 @@ type system_linker_exec, system_file_type, file_type;
|
|||
type system_linker_config_file, system_file_type, file_type;
|
||||
# Default type for linker config /system/etc/seccomp_policy/*.
|
||||
type system_seccomp_policy_file, system_file_type, file_type;
|
||||
# Default type for APEX keys in /system/etc/security/apex/*
|
||||
type apex_key_file, system_file_type, file_type;
|
||||
# Default type for cacerts in /system/etc/security/cacerts/*.
|
||||
type system_security_cacerts_file, system_file_type, file_type;
|
||||
# Default type for /system/bin/tcpdump.
|
||||
|
|
Loading…
Reference in a new issue