Home
last modified time | relevance | path

Searched refs:recovery (Results 1 – 25 of 27) sorted by relevance

12

/system/sepolicy/
Drecovery.te1 # 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 …]
Ddomain.te150 # 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 -recovery
192 # 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 tmpfs
314 # Only recovery should be doing writes to /system
315 neverallow { domain -recovery } { system_file exec_type }:dir_file_class_set
[all …]
Duncrypt.te17 # Read /cache/recovery/command
18 # Read /cache/recovery/uncrypt_file
Dinstall_recovery.te9 # /system/bin/install-recovery.sh is a shell script.
18 # Update the recovery block device based off a diff of the boot block device
DCleanSpec.mk52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
Drecovery_refresh.te1 # android recovery refresh log manager
Drecovery_persist.te1 # android recovery persistent log manager
Dfile_contexts184 /system/bin/recovery-persist u:object_r:recovery_persist_exec:s0
185 /system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0
206 /system/bin/install-recovery.sh u:object_r:install_recovery_exec:s0
284 /data/misc/recovery(/.*)? u:object_r:recovery_data_file:s0
354 /cache/recovery(/.*)? u:object_r:cache_recovery_file:s0
361 /data/cache/recovery(/.*)? u:object_r:cache_recovery_file:s0
Ddumpstate.te143 # Access /cache/recovery
147 # Access /data/misc/recovery
Ddevice.te99 # The 'misc' partition used by recovery and A/B.
Dservice_contexts110 recovery u:object_r:recovery_service:s0
DAndroid.mk121 LOCAL_MODULE := sepolicy.recovery
Dfile.te178 # Type for anything under /cache/recovery
Dte_macros293 # SELinux rules which apply only to recovery mode
Dinit.te173 domain_trans(init, rootfs, recovery)
/system/extras/slideshow/
DAndroid.mk14 LOCAL_C_INCLUDES := bootable/recovery
/system/extras/boot_control_copy/
DAndroid.mk8 LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
/system/core/
DCleanSpec.mk55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop)
/system/core/fs_mgr/
DAndroid.mk29 bootable/recovery
/system/core/healthd/
DAndroid.mk45 LOCAL_C_INCLUDES := bootable/recovery
/system/core/rootdir/
Dinit.rc290 # Create /cache/recovery in case it's not there. It'll also fix the odd
291 # permissions if created by the recovery system.
292 mkdir /cache/recovery 0770 system cache
639 service flash_recovery /system/bin/install-recovery.sh
/system/core/adb/
DOVERVIEW.TXT44 devices when they are in the bootloader or recovery mode.
/system/vold/
Dcryptfs.c442 enum RebootType {reboot, recovery, shutdown}; enumerator
450 case recovery: in cryptfs_reboot()
3269 cryptfs_reboot(recovery);
/system/core/fastboot/
Dfastboot_protocol.txt273 fastboot session. This message is meant to allow recovery if a
/system/core/init/
Dreadme.txt120 four minutes, the device will reboot into recovery mode.

12