HomeSort by relevance Sort by last modified time
    Searched full:postinstall (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /system/sepolicy/prebuilts/api/26.0/private/
postinstall.te 1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
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/27.0/private/
postinstall.te 1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
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/
postinstall.te 1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
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/private/
postinstall.te 1 typeattribute postinstall coredomain;
3 domain_auto_trans(postinstall, otapreopt_chroot_exec, otapreopt_chroot)
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/public/
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...]
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 };
otapreopt_chroot.te 18 allow otapreopt_chroot postinstall:fd use;
  /system/sepolicy/prebuilts/api/27.0/public/
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...]
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 };
otapreopt_chroot.te 18 allow otapreopt_chroot postinstall:fd use;
  /system/sepolicy/prebuilts/api/28.0/public/
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...]
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 };
otapreopt_chroot.te 18 allow otapreopt_chroot postinstall:fd use;
  /system/sepolicy/public/
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...]
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 };
otapreopt_chroot.te 18 allow otapreopt_chroot postinstall:fd use;
  /system/extras/cppreopts/
cppreopts.rc 16 mount ext4 /dev/block/by-name/system_b /postinstall ro nosuid nodev noexec
17 exec - root -- /system/bin/cppreopts.sh /postinstall
19 exec - system system -- /system/bin/preloads_copy.sh /postinstall
20 umount /postinstall
24 mount ext4 /dev/block/by-name/system_a /postinstall ro nosuid nodev noexec
25 exec - root -- /system/bin/cppreopts.sh /postinstall
27 exec - system system -- /system/bin/preloads_copy.sh /postinstall
28 umount /postinstall
  /system/update_engine/payload_generator/
payload_generation_config_unittest.cc 31 "POSTINSTALL_PATH_root=postinstall\n"
35 EXPECT_FALSE(image_config.partitions[0].postinstall.IsEmpty());
36 EXPECT_EQ(true, image_config.partitions[0].postinstall.run);
37 EXPECT_EQ("postinstall", image_config.partitions[0].postinstall.path);
38 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type);
39 EXPECT_TRUE(image_config.partitions[0].postinstall.optional);
48 "POSTINSTALL_PATH_root=postinstall\n"
51 EXPECT_TRUE(image_config.partitions[0].postinstall.IsEmpty());
  /device/google/marlin/sepolicy/
preloads_copy.te 13 # Allow to copy from /postinstall
  /system/core/rootdir/etc/
ld.config.legacy.txt 13 # Except for /postinstall, where only /system is searched
14 dir.postinstall = /postinstall
31 # Namespace config for binaries under /postinstall.
38 [postinstall]
  /frameworks/native/cmds/installd/
otapreopt_chroot.cpp 77 // We need to run the otapreopt tool from the postinstall partition. As such, set up a
86 // Make postinstall private, so that our changes don't propagate.
87 if (mount("", "/postinstall", nullptr, MS_PRIVATE, nullptr) != 0) {
97 std::string trg = StringPrintf("/postinstall%s", kBindMounts[i]);
121 "/postinstall/vendor",
134 "/postinstall/product",
141 // Chdir into /postinstall.
142 if (chdir("/postinstall") != 0) {
143 PLOG(ERROR) << "Unable to chdir into /postinstall.";
147 // Make /postinstall the root in our mount namespace
    [all...]

Completed in 734 milliseconds

1 2 3 4 5 6