Remove unused *_tmpfs types
Apps now all share the appdomain_tmpfs type. Bug: 122854450 Test: boot Blueline with memfd enabled. Change-Id: I5eac0adc7ecd10d19aa1bdf5f72efc7ed2a3a548
This commit is contained in:
parent
9f5d0d90a3
commit
3b9fad192a
17 changed files with 0 additions and 19 deletions
|
@ -1,3 +1,2 @@
|
|||
# bluetooth subsystem
|
||||
type bluetooth, domain;
|
||||
type bluetooth_tmpfs, file_type;
|
||||
|
|
|
@ -12,4 +12,3 @@
|
|||
### PackageManager flags an app as ephemeral at install time.
|
||||
|
||||
type ephemeral_app, domain;
|
||||
type ephemeral_app_tmpfs, file_type;
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
###
|
||||
|
||||
type isolated_app, domain;
|
||||
type isolated_app_tmpfs, file_type;
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
###
|
||||
|
||||
type mediaprovider, domain;
|
||||
type mediaprovider_tmpfs, file_type;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# Network stack service app
|
||||
type network_stack, domain;
|
||||
type network_stack_tmpfs, file_type;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# nfc subsystem
|
||||
type nfc, domain;
|
||||
type nfc_tmpfs, file_type;
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
###
|
||||
|
||||
type platform_app, domain;
|
||||
type platform_app_tmpfs, file_type;
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
###
|
||||
|
||||
type priv_app, domain;
|
||||
type priv_app_tmpfs, file_type;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# phone subsystem
|
||||
type radio, domain, mlstrustedsubject;
|
||||
type radio_tmpfs, file_type;
|
||||
|
||||
net_domain(radio)
|
||||
bluetooth_domain(radio)
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
type runas_app, domain;
|
||||
type runas_app_tmpfs, file_type;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# secure_element subsystem
|
||||
type secure_element, domain;
|
||||
type secure_element_tmpfs, file_type;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Process which creates/updates shared RELRO files to be used by other apps.
|
||||
type shared_relro, domain;
|
||||
type shared_relro_tmpfs, file_type;
|
||||
|
||||
# Grant write access to the shared relro files/directory.
|
||||
allow shared_relro shared_relro_file:dir rw_dir_perms;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Domain for shell processes spawned by ADB or console service.
|
||||
type shell, domain, mlstrustedsubject;
|
||||
type shell_exec, system_file_type, exec_type, file_type;
|
||||
type shell_tmpfs, file_type;
|
||||
|
||||
# Create and use network sockets.
|
||||
net_domain(shell)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# All types must be defined regardless of build variant to ensure
|
||||
# policy compilation succeeds with userdebug/user combination at boot
|
||||
type su, domain;
|
||||
type su_tmpfs, file_type;
|
||||
|
||||
# File types must be defined for file_contexts.
|
||||
type su_exec, system_file_type, exec_type, file_type;
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
###
|
||||
|
||||
type system_app, domain;
|
||||
type system_app_tmpfs, file_type;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
type traceur_app, domain;
|
||||
type traceur_app_tmpfs, file_type;
|
||||
|
||||
allow traceur_app servicemanager:service_manager list;
|
||||
allow traceur_app hwservicemanager:hwservice_manager list;
|
||||
|
|
|
@ -19,6 +19,3 @@
|
|||
type untrusted_app, domain;
|
||||
type untrusted_app_27, domain;
|
||||
type untrusted_app_25, domain;
|
||||
type untrusted_app_tmpfs, file_type;
|
||||
type untrusted_app_27_tmpfs, file_type;
|
||||
type untrusted_app_25_tmpfs, file_type;
|
||||
|
|
Loading…
Reference in a new issue