Home
last modified time | relevance | path

Searched refs:postinstall (Results 1 – 25 of 143) sorted by relevance

123456

/system/sepolicy/public/
Dpostinstall.te1 # 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/30.0/public/
Dpostinstall.te1 # 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/31.0/public/
Dpostinstall.te1 # 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/
Dpostinstall.te1 # 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/
Dpostinstall.te1 # 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/26.0/public/
Dpostinstall.te1 # 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/27.0/public/
Dpostinstall.te1 # 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/extras/cppreopts/
Dcppreopts.rc15 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
DAndroid.bp35 "fstab.postinstall",
40 name: "fstab.postinstall",
41 src: "fstab.postinstall",
/system/sepolicy/private/
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
5 allow postinstall rootfs:dir r_dir_perms;
Dupdate_engine_common.te3 # The postinstall program is run by update_engine_common and must be tagged
6 domain_auto_trans(update_engine_common, postinstall_exec, postinstall)
11 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
26 # /postinstall/system/apex (which are bind-mounted in /postinstall/apex).
34 # Allow otapreopt_chroot to open and read the contents of /postinstall/system/apex.
41 allow otapreopt_chroot postinstall:fd use;
73 # Allow otapreopt_chroot to mount a tmpfs filesystem in /postinstall/apex.
75 # Allow otapreopt_chroot to restore the security context of /postinstall/apex.
79 # Allow otapreopt_chroot to manipulate directory /postinstall/apex.
82 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
/system/sepolicy/prebuilts/api/31.0/private/
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
5 allow postinstall rootfs:dir r_dir_perms;
Dupdate_engine_common.te3 # The postinstall program is run by update_engine_common and must be tagged
6 domain_auto_trans(update_engine_common, postinstall_exec, postinstall)
11 domain_auto_trans(update_engine_common, postinstall_file, postinstall)
Dotapreopt_chroot.te19 # APEX packages in /postinstall/apex.
26 # /postinstall/system/apex (which are bind-mounted in /postinstall/apex).
34 # Allow otapreopt_chroot to open and read the contents of /postinstall/system/apex.
41 allow otapreopt_chroot postinstall:fd use;
73 # Allow otapreopt_chroot to mount a tmpfs filesystem in /postinstall/apex.
75 # Allow otapreopt_chroot to restore the security context of /postinstall/apex.
79 # Allow otapreopt_chroot to manipulate directory /postinstall/apex.
82 # Allow otapreopt_chroot to mount APEX packages in /postinstall/apex.
/system/sepolicy/prebuilts/api/29.0/private/
Dotapreopt_chroot.te11 # 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.
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
Dkernel.te6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
/system/sepolicy/prebuilts/api/30.0/private/
Dotapreopt_chroot.te11 # 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.
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
Dkernel.te6 # /postinstall, as it uses apexd logic to mount APEX packages in /postinstall/apex.
/system/update_engine/payload_generator/
Dpayload_generation_config_unittest.cc37 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/26.0/private/
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
/system/sepolicy/prebuilts/api/27.0/private/
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
/system/sepolicy/prebuilts/api/28.0/private/
Dpostinstall.te1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)

123456