Searched refs:postinstall (Results 1 – 25 of 94) sorted by relevance
1234
/system/sepolicy/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 4 type postinstall, domain; 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to 8 allow postinstall update_engine_common:fd use; 9 allow postinstall update_engine_common:fifo_file rw_file_perms; 11 # Allow postinstall to read and execute directories and files in the same 13 allow postinstall postinstall_file:file rx_file_perms; 14 allow postinstall postinstall_file:lnk_file r_file_perms; 15 allow postinstall postinstall_file:dir r_dir_perms; 17 # Allow postinstall to execute the shell or other system executables. [all …]
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 4 type postinstall, domain; 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to 8 allow postinstall update_engine_common:fd use; 9 allow postinstall update_engine_common:fifo_file rw_file_perms; 11 # Allow postinstall to read and execute directories and files in the same 13 allow postinstall postinstall_file:file rx_file_perms; 14 allow postinstall postinstall_file:lnk_file r_file_perms; 15 allow postinstall postinstall_file:dir r_dir_perms; 17 # Allow postinstall to execute the shell or other system executables. [all …]
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 4 type postinstall, domain; 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to 8 allow postinstall update_engine_common:fd use; 9 allow postinstall update_engine_common:fifo_file rw_file_perms; 11 # Allow postinstall to read and execute directories and files in the same 13 allow postinstall postinstall_file:file rx_file_perms; 14 allow postinstall postinstall_file:lnk_file r_file_perms; 15 allow postinstall postinstall_file:dir r_dir_perms; 17 # Allow postinstall to execute the shell or other system executables. [all …]
|
D | update_engine_common.te | 20 # Allow update_engine_common to mount on the /postinstall directory and reset the 34 # A postinstall program is typically a shell script (with a #!), so we allow 38 # Allow update_engine_common to suspend, resume and kill the postinstall program. 39 allow update_engine_common postinstall:process { signal sigstop sigkill };
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 4 type postinstall, domain; 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to 8 allow postinstall update_engine_common:fd use; 9 allow postinstall update_engine_common:fifo_file rw_file_perms; 11 # Allow postinstall to read and execute directories and files in the same 13 allow postinstall postinstall_file:file rx_file_perms; 14 allow postinstall postinstall_file:lnk_file r_file_perms; 15 allow postinstall postinstall_file:dir r_dir_perms; 17 # Allow postinstall to execute the shell or other system executables. [all …]
|
D | update_engine_common.te | 20 # Allow update_engine_common to mount on the /postinstall directory and reset the 34 # A postinstall program is typically a shell script (with a #!), so we allow 38 # Allow update_engine_common to suspend, resume and kill the postinstall program. 39 allow update_engine_common postinstall:process { signal sigstop sigkill };
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 4 type postinstall, domain; 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to 8 allow postinstall update_engine_common:fd use; 9 allow postinstall update_engine_common:fifo_file rw_file_perms; 11 # Allow postinstall to read and execute directories and files in the same 13 allow postinstall postinstall_file:file rx_file_perms; 14 allow postinstall postinstall_file:lnk_file r_file_perms; 15 allow postinstall postinstall_file:dir r_dir_perms; 17 # Allow postinstall to execute the shell or other system executables. [all …]
|
D | update_engine_common.te | 16 # Allow update_engine_common to mount on the /postinstall directory and reset the 28 # A postinstall program is typically a shell script (with a #!), so we allow 32 # Allow update_engine_common to suspend, resume and kill the postinstall program. 33 allow update_engine_common postinstall:process { signal sigstop sigkill };
|
/system/extras/cppreopts/ |
D | cppreopts.rc | 15 service cppreopts /system/bin/cppreopts.sh /postinstall 26 on property:sys.cppreopt=requested && property:ro.postinstall.fstab.prefix=/system 27 mount_all /system/etc/fstab.postinstall 30 exec - system system -- /system/bin/preloads_copy.sh /postinstall 31 umount_all /system/etc/fstab.postinstall 34 on property:sys.cppreopt=requested && property:ro.postinstall.fstab.prefix=/product 35 mount_all /product/etc/fstab.postinstall 38 exec - system system -- /system/bin/preloads_copy.sh /postinstall 39 umount_all /product/etc/fstab.postinstall
|
D | Android.bp | 31 "fstab.postinstall", 36 name: "fstab.postinstall", 37 src: "fstab.postinstall",
|
/system/sepolicy/private/ |
D | otapreopt_chroot.te | 11 # APEX packages in /postinstall/apex. 18 # /postinstall/system/apex (which are bind-mounted in /postinstall/apex). 26 # Allow otapreopt_chroot to open and read the contents of /postinstall/system/apex. 33 allow otapreopt_chroot postinstall:fd use; 58 # Allow otapreopt_chroot to mount a tmpfs filesystem in /postinstall/apex. 60 # Allow otapreopt_chroot to restore the security context of /postinstall/apex. 64 # Allow otapreopt_chroot to manipulate directory /postinstall/apex. 66 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
|
D | postinstall.te | 1 typeattribute postinstall coredomain; 3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
|
D | kernel.te | 6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a 5 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | otapreopt_chroot.te | 11 # APEX packages in /postinstall/apex. 18 # /postinstall/system/apex (which are bind-mounted in /postinstall/apex). 26 # Allow otapreopt_chroot to open and read the contents of /postinstall/system/apex. 33 allow otapreopt_chroot postinstall:fd use; 58 # Allow otapreopt_chroot to mount a tmpfs filesystem in /postinstall/apex. 60 # Allow otapreopt_chroot to restore the security context of /postinstall/apex. 64 # Allow otapreopt_chroot to manipulate directory /postinstall/apex. 66 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
|
D | postinstall.te | 1 typeattribute postinstall coredomain; 3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
|
D | kernel.te | 6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a 5 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
|
/system/update_engine/payload_generator/ |
D | payload_generation_config_unittest.cc | 37 EXPECT_FALSE(image_config.partitions[0].postinstall.IsEmpty()); in TEST_F() 38 EXPECT_EQ(true, image_config.partitions[0].postinstall.run); in TEST_F() 39 EXPECT_EQ("postinstall", image_config.partitions[0].postinstall.path); in TEST_F() 40 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type); in TEST_F() 41 EXPECT_TRUE(image_config.partitions[0].postinstall.optional); in TEST_F() 53 EXPECT_TRUE(image_config.partitions[0].postinstall.IsEmpty()); in TEST_F()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | postinstall.te | 1 typeattribute postinstall coredomain; 3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a 5 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | postinstall.te | 1 typeattribute postinstall coredomain; 3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a 5 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | postinstall.te | 1 typeattribute postinstall coredomain; 3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
|
D | update_engine_common.te | 3 # The postinstall program is run by update_engine_common and will always be tagged as a 5 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
|
1234