Searched refs:recovery (Results 1 – 25 of 27) sorted by relevance
12
1 # recovery console (used in recovery init.rc for /sbin/recovery)5 type recovery, domain, domain_deprecated;7 # But the allow rules are only included in the recovery policy.8 # Otherwise recovery is only allowed the domain rules.10 …allow recovery self:capability { chown dac_override fowner fsetid setfcap setuid setgid sys_admin …13 allow recovery self:capability2 mac_admin;16 allow recovery rootfs:file execute_no_trans;17 allow recovery system_file:file execute_no_trans;18 allow recovery toolbox_exec:file rx_file_perms;21 allow recovery rootfs:dir mounton;[all …]
150 # Do not allow any domain other than init or recovery to create unlabeled files.151 neverallow { domain -init -recovery } unlabeled:dir_file_class_set create;179 -recovery192 # Only recovery needs mac_admin to set contexts not defined in current policy.193 neverallow { domain -recovery } self:capability2 mac_admin;257 neverallow { domain -kernel -init -recovery -uncrypt } block_device:blk_file { open read write };268 neverallow { domain -kernel -init -recovery -vold -zygote -update_engine } { fs_type -sdcard_type }…287 -recovery # for /tmp/update_binary in tmpfs314 # Only recovery should be doing writes to /system315 neverallow { domain -recovery } { system_file exec_type }:dir_file_class_set[all …]
17 # Read /cache/recovery/command18 # Read /cache/recovery/uncrypt_file
9 # /system/bin/install-recovery.sh is a shell script.18 # Update the recovery block device based off a diff of the boot block device
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
1 # android recovery refresh log manager
1 # android recovery persistent log manager
184 /system/bin/recovery-persist u:object_r:recovery_persist_exec:s0185 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0206 /system/bin/install-recovery.sh u:object_r:install_recovery_exec:s0284 /data/misc/recovery(/.*)? u:object_r:recovery_data_file:s0354 /cache/recovery(/.*)? u:object_r:cache_recovery_file:s0361 /data/cache/recovery(/.*)? u:object_r:cache_recovery_file:s0
143 # Access /cache/recovery147 # Access /data/misc/recovery
99 # The 'misc' partition used by recovery and A/B.
110 recovery u:object_r:recovery_service:s0
121 LOCAL_MODULE := sepolicy.recovery
178 # Type for anything under /cache/recovery
293 # SELinux rules which apply only to recovery mode
173 domain_trans(init, rootfs, recovery)
14 LOCAL_C_INCLUDES := bootable/recovery
8 LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
29 bootable/recovery
45 LOCAL_C_INCLUDES := bootable/recovery
290 # Create /cache/recovery in case it's not there. It'll also fix the odd291 # permissions if created by the recovery system.292 mkdir /cache/recovery 0770 system cache639 service flash_recovery /system/bin/install-recovery.sh
44 devices when they are in the bootloader or recovery mode.
442 enum RebootType {reboot, recovery, shutdown}; enumerator450 case recovery: in cryptfs_reboot()3269 cryptfs_reboot(recovery);
273 fastboot session. This message is meant to allow recovery if a
120 four minutes, the device will reboot into recovery mode.