Searched refs:derive_classpath (Results 1 – 17 of 17) sorted by relevance
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | derive_classpath.te | 2 # Domain for derive_classpath 3 type derive_classpath, domain, coredomain; 5 init_daemon_domain(derive_classpath) 8 allow derive_classpath apex_mnt_dir:dir r_dir_perms; 11 allow derive_classpath environ_system_data_file:dir rw_dir_perms; 15 allow derive_classpath unlabeled:dir search; 17 # Allow derive_classpath to write the classpath into ota dexopt 21 allow derive_classpath postinstall_dexopt:dir search; 22 allow derive_classpath postinstall_dexopt:fd use; 23 allow derive_classpath postinstall_dexopt:file read; [all …]
|
H A D | postinstall_dexopt.te | 19 # Run derive_classpath to get the current BCP. 20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath) 21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | derive_classpath.te | 2 # Domain for derive_classpath 3 type derive_classpath, domain, coredomain; 5 init_daemon_domain(derive_classpath) 8 allow derive_classpath apex_mnt_dir:dir r_dir_perms; 11 allow derive_classpath environ_system_data_file:dir rw_dir_perms; 15 allow derive_classpath unlabeled:dir search; 17 # Allow derive_classpath to write the classpath into ota dexopt 21 allow derive_classpath postinstall_dexopt:dir search; 22 allow derive_classpath postinstall_dexopt:fd use; 23 allow derive_classpath postinstall_dexopt:file read; [all …]
|
H A D | postinstall_dexopt.te | 19 # Run derive_classpath to get the current BCP. 20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath) 21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
|
/aosp12/system/sepolicy/private/ |
H A D | derive_classpath.te | 2 # Domain for derive_classpath 3 type derive_classpath, domain, coredomain; 5 init_daemon_domain(derive_classpath) 8 allow derive_classpath apex_mnt_dir:dir r_dir_perms; 11 allow derive_classpath environ_system_data_file:dir rw_dir_perms; 15 allow derive_classpath unlabeled:dir search; 17 # Allow derive_classpath to write the classpath into ota dexopt 21 allow derive_classpath postinstall_dexopt:dir search; 22 allow derive_classpath postinstall_dexopt:fd use; 23 allow derive_classpath postinstall_dexopt:file read; [all …]
|
H A D | postinstall_dexopt.te | 19 # Run derive_classpath to get the current BCP. 20 domain_auto_trans(postinstall_dexopt, derive_classpath_exec, derive_classpath) 21 # Allow postinstall_dexopt to make a tempfile for derive_classpath to write into
|
/aosp12/packages/modules/SdkExtensions/derive_classpath/ |
H A D | Android.bp | 20 name: "derive_classpath-defaults", 35 srcs: ["derive_classpath.cpp"], 36 defaults: ["derive_classpath-defaults"], 42 defaults: ["derive_classpath-defaults"], 48 name: "derive_classpath", 59 stem: "derive_classpath", 66 defaults: ["derive_classpath-defaults"], 74 name: "derive_classpath.rc", 75 src: "derive_classpath.rc",
|
H A D | derive_classpath.rc | 1 service derive_classpath /apex/com.android.sdkext/bin/derive_classpath
|
H A D | main.cpp | 26 output_location = android::derive_classpath::kGeneratedClasspathExportsFilepath; in main() 33 if (!android::derive_classpath::GenerateClasspathExports(output_location)) { in main()
|
H A D | derive_classpath.h | 23 namespace derive_classpath {
|
H A D | derive_classpath.cpp | 29 namespace derive_classpath { namespace
|
H A D | derive_classpath_test.cpp | 37 namespace derive_classpath { namespace
|
/aosp12/packages/modules/SdkExtensions/ |
H A D | README.md | 15 - `bin/derive_classpath`: a native binary that runs early in the device boot 39 `derive_classpath` service reads and merges individual config files in the 43 described in [`derive_classpath.cpp`] and may change over time. 46 [`derive_classpath.cpp`]: packages/modules/SdkExtensions/derive_classpath/derive_classpath.cpp
|
H A D | Android.bp | 25 "derive_classpath", 41 "derive_classpath.rc",
|
/aosp12/system/sepolicy/apex/ |
H A D | com.android.sdkext-file_contexts | 2 /bin/derive_classpath u:object_r:derive_classpath_exec:s0
|
/aosp12/packages/modules/common/proto/ |
H A D | Android.bp | 74 visibility: ["//packages/modules/SdkExtensions/derive_classpath"],
|
/aosp12/system/core/rootdir/ |
H A D | init.rc | 835 # b/183861600 attempt to fix selinux label before running derive_classpath service 916 exec_start derive_classpath 921 # Must start after 'derive_classpath' to have *CLASSPATH variables set.
|