/ohos5.0/base/security/selinux_adapter/sepolicy/base/te/ |
H A D | misc.te | 21 allow misc const_param:file { map open read }; 25 allow misc debug_param:file { map open read }; 28 allow misc dev_block_file:dir { search }; 29 allow misc dev_block_file:lnk_file { read }; 30 allow misc dev_block_volfile:dir { search }; 31 allow misc dev_unix_socket:dir { search }; 37 allow misc init_param:file { map open read }; 40 allow misc net_param:file { map open read }; 49 allow misc sys_param:file { map open read }; 50 allow misc system_bin_file:dir { search }; [all …]
|
/ohos5.0/base/update/updater/ |
H A D | updater.md | 2 升级包安装组件运行在updater分区,其功能主要包括读取misc分区信息获取升级包状态,对升级包进行校验,确保升级包合法有效;然后从升级包中解析出升级的可执行程序,创建子进程并启动升级程序。具体升… 6 - 芯片需配置包含updater分区和misc分区的分区表。updater分区大小不小于32M。 104 正常模式有两个子程序用于操作misc分区。 105 执行write_updater命令向misc分区的update字段写入指令,指令格式参考参考write_updater源码base/update/updater/utils/write_update… 106 执行reboot updater命令,向misc分区的command写入指令,单板会重新启动,重启过程中uboot读取misc分区的命令,从command命令判断当前要进入updater模式,依次加… 115 flashd模式和updater模式共用一个进程,入口函数在base/update/updater/services/main.cpp的main()函数,读取misc信息判断当前是否进入flashd…
|
H A D | README_zh.md | 12 升级包安装组件运行在updater分区,其功能主要包括读取misc分区信息获取升级包状态,对升级包进行校验,确保升级包合法有效;然后从升级包中解析出升级的可执行程序,创建子进程并启动升级程序。具体升… 55 2、创建misc分区 57 misc 分区中存储了升级子系统在升级过程中需要的元数据\(metadata\),如升级命令,掉电续传记录等。 misc 分区的大小约1MB,是一个裸分区,无需制作文件系统, 升级子系统直接访问。
|
H A D | README.md | 12 The updater runs in the updater partition. It reads the misc partition information to obtain the up… 46 2. Create the misc partition. 48 …misc partition stores metadata required by the update subsystem during the update process. Such da…
|
/ohos5.0/base/update/updater/test/unittest/test_data/mount_unitest/ |
H A D | UmountForPath1.fstable | 14 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc/mount2 ext4 ro,barrier=1 wait 15 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc ext4 ro,barrier=1 wait
|
H A D | MountForPath1.fstable | 16 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc ext4 ro,barrier=1 wait
|
H A D | SetupPartitions2.fstable | 17 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc ext4 ro,barrier=1 wait
|
H A D | FormatPartition1.fstable | 18 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc f2fs ro,barrier=1 wait
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/ |
H A D | Makefile | 53 obj-$(CONFIG_DRIVERS_HDF_LIGHT) += model/misc/light/ 54 obj-$(CONFIG_DRIVERS_HDF_VIBRATOR) += model/misc/vibrator/ 56 obj-$(CONFIG_DRIVERS_HDF_DSOFTBUS) += model/misc/dsoftbus/
|
H A D | Kconfig | 28 source "drivers/hdf/khdf/model/misc/vibrator/Kconfig" 29 source "drivers/hdf/khdf/model/misc/dsoftbus/Kconfig" 30 source "drivers/hdf/khdf/model/misc/light/Kconfig"
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/ |
H A D | BUILD.gn | 37 "misc/dsoftbus", 38 "misc/light", 39 "misc/vibrator",
|
/ohos5.0/base/update/updater/test/unittest/test_data/updater/ |
H A D | fstab.updater | 8 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc none none wait
|
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ |
H A D | FormatPartition_fuzzer.fstable | 14 /dev/block/by-name/misc /misc none none wait
|
H A D | MountForPath_fuzzer.fstable | 14 /dev/block/by-name/misc /misc none none wait
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/light/ |
H A D | Makefile | 15 LIGHT_ROOT_DIR = ../../../../../../framework/model/misc/light/driver 20 ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/light/driver/include \
|
/ohos5.0/base/startup/init/services/etc/ |
H A D | init.cfg | 160 "mkdir /data/misc 01771 system misc", 161 "mkdir /data/misc/shared_relro 0771 nwebspawn nwebspawn", 191 "chown update update /dev/block/by-name/misc", 209 "chmod 0773 /data/misc/trace", 210 "chmod 0775 /data/misc/wmtrace"
|
H A D | init.without_two_stages.cfg | 139 "mkdir /data/misc 01771 system misc", 173 "mkdir /data/misc_de 01771 system misc", 174 "mkdir /data/misc_ce 01771 system misc", 238 "chmod 0773 /data/misc/trace", 239 "chmod 0775 /data/misc/wmtrace", 291 "name" : "misc",
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/dsoftbus/ |
H A D | Makefile | 15 DSOFTBUS_ROOT_DIR = ../../../../../../framework/model/misc/dsoftbus 25 ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/dsoftbus/include \
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-ueventd.md | 54 lrwxrwxrwx 1 root root 20 2017-08-10 16:22 misc -> /dev/block/mmcblk0p2 68 /dev/block/by-name/misc 0660 update update 90 …lrwxrwxrwx 1 root root u:object_r:dev_block_file:s0 20 2017-08-10 16:22 misc -> /dev/block/…
|
H A D | subsys-boot-init-cfg.md | 41 ohos_prebuilt_etc("misc.cfg") { 42 source = "//base/startup/init/services/etc/misc.cfg"
|
/ohos5.0/base/update/updater/test/unittest/test_data/main_data/ |
H A D | updater.tab | 14 /dev/block/platform/soc/10100000.himci.eMMC/by-name/misc /misc/factory_test ext4 nosuid,nodev,noati…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/misc/vibrator/ |
H A D | Makefile | 15 VIBRATOR_ROOT_DIR = ../../../../../../../hdf_core/framework/model/misc/vibrator/driver 28 ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/vibrator/driver/include \
|
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/etc/ |
H A D | fstab.ut.updater | 19 /data/test/misc /misc none nosuid,nodev,noatime wait
|
/ohos5.0/docs/zh-cn/device-dev/faqs/ |
H A D | faqs-startup.md | 223 当前系统已经支持了A/B分区启动,根据日志可知本次启动尝试挂载了带"_b"后缀的system分区,即本次启动从B分区启动,但是并没有找到设备,导致挂载失败。这种情况是由于当前misc分区中的acti… 227 1. 可以清空misc分区(使用空misc镜像烧写对应分区),将其中的active slot值擦除,再次启动即可从默认分区启动。
|
/ohos5.0/base/security/selinux_adapter/sepolicy/base/system/ |
H A D | system_domain.te | 59 neverallow { system_domain -bootanimation -ispserver -media_service -misc -multimodalinput -resourc… 72 neverallow { system_domain -bootanimation -ispserver -media_service -misc -accountmgr -wifi_hal_ser… 75 neverallow { system_domain -bootanimation -ispserver -media_service -misc -accountmgr -wifi_hal_ser… 78 neverallow { system_domain -bootanimation -ispserver -media_service -misc -accountmgr -wifi_hal_ser…
|