Searched refs:rootfs (Results 1 – 25 of 64) sorted by relevance
123
/system/sepolicy/private/ |
D | modprobe.te | 11 allow modprobe rootfs:system module_load; 12 allow modprobe rootfs:file r_file_perms;
|
D | init.te | 6 domain_trans(init, rootfs, slideshow) 12 # Files in recovery image are labeled as rootfs. 13 domain_trans(init, rootfs, adbd) 14 domain_trans(init, rootfs, hal_bootctl_server) 15 domain_trans(init, rootfs, charger) 16 domain_trans(init, rootfs, fastbootd) 17 domain_trans(init, rootfs, hal_fastboot_server) 18 domain_trans(init, rootfs, hal_health_server) 19 domain_trans(init, rootfs, recovery) 20 domain_trans(init, rootfs, linkerconfig) [all …]
|
D | postinstall.te | 5 allow postinstall rootfs:dir r_dir_perms; 28 allow postinstall rootfs:file rx_file_perms;
|
D | kernel.te | 38 r_dir_file(kernel, rootfs) 54 allow kernel rootfs:file relabelfrom; 143 # The label for the dynamic linker is rootfs in the recovery partition. This is because 144 # the recovery partition which is rootfs does not support xattr and thus labeling can't be 145 # done at build-time. All files are by default labeled as rootfs upon booting. 147 allow kernel rootfs:file execute; 175 # ever execute a program outside the rootfs without changing to another domain.
|
D | ueventd.te | 15 r_dir_file(ueventd, rootfs) 50 # Everything is labeled as rootfs in recovery mode. ueventd has to execute 53 allow ueventd rootfs:file { r_file_perms execute };
|
D | vendor_init.te | 42 allow vendor_init rootfs:lnk_file { create unlink }; 193 -rootfs 208 -rootfs 252 # Everything is labeled as rootfs in recovery mode. Vendor init has to execute 255 allow vendor_init rootfs:file { r_file_perms execute };
|
D | fastbootd.te | 98 allow fastbootd {rootfs tmpfs}:dir mounton; 115 allow fastbootd rootfs:dir r_dir_perms; 152 allow fastbootd rootfs:file execute_no_trans;
|
D | file_contexts | 24 / u:object_r:rootfs:s0 28 /build\.prop u:object_r:rootfs:s0 29 /default\.prop u:object_r:rootfs:s0 30 /fstab\..* u:object_r:rootfs:s0 31 /init\..* u:object_r:rootfs:s0 32 /res(/.*)? u:object_r:rootfs:s0 33 /selinux_version u:object_r:rootfs:s0 34 /ueventd\..* u:object_r:rootfs:s0 35 /verity_key u:object_r:rootfs:s0 39 /sbin(/.*)? u:object_r:rootfs:s0 [all …]
|
D | uncrypt.te | 36 r_dir_file(uncrypt, rootfs)
|
D | servicemanager.te | 49 r_dir_file(servicemanager, rootfs)
|
D | adbd.te | 17 # is not labeled as shell but as rootfs. 19 domain_trans(adbd, rootfs, shell) 80 allow adbd rootfs:lnk_file r_file_perms; # /sdcard symlink 198 allow adbd rootfs:dir r_dir_perms;
|
D | recovery.te | 72 r_dir_file(recovery, rootfs) 73 allow recovery rootfs:file execute_no_trans; 78 allow recovery rootfs:dir mounton;
|
D | sdcardd.te | 8 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
|
D | update_engine_common.te | 41 allow update_engine_common rootfs:dir getattr; 42 allow update_engine_common rootfs:file r_file_perms;
|
D | charger_type.te | 13 r_dir_file(charger_type, rootfs)
|
/system/sepolicy/microdroid/system/private/ |
D | file_contexts | 3 / u:object_r:rootfs:s0 6 /build\.prop u:object_r:rootfs:s0 7 /init\..* u:object_r:rootfs:s0 13 /lib(/.*)? u:object_r:rootfs:s0 16 /lost\+found u:object_r:rootfs:s0 20 /proc u:object_r:rootfs:s0 28 /bin u:object_r:rootfs:s0 29 /d u:object_r:rootfs:s0 30 /etc u:object_r:rootfs:s0
|
D | vendor_init.te | 11 allow vendor_init rootfs:lnk_file { create unlink }; 90 -rootfs 102 -rootfs
|
D | init.te | 85 allow init rootfs:dir create_dir_perms; 87 rootfs 106 allow init rootfs:lnk_file { create unlink }; 152 # restorecon /adb_keys or any other rootfs files and directories to a more 154 allow init rootfs:{ dir file } relabelfrom; 225 -rootfs 227 allow init { fs_type -contextmount_type -fusefs_type -rootfs }:dir { open read setattr search };
|
D | file.te | 10 allow file_type rootfs:filesystem associate;
|
D | kernel.te | 30 r_dir_file(kernel, rootfs) 46 allow kernel rootfs:file relabelfrom;
|
/system/sepolicy/microdroid/system/public/ |
D | ueventd.te | 2 # it lives in the rootfs and has no unique file type.
|
/system/sepolicy/public/ |
D | slideshow.te | 2 # it lives in the rootfs and has no unique file type.
|
D | ueventd.te | 2 # it lives in the rootfs and has no unique file type.
|
D | adbd.te | 2 # it lives in the rootfs and has no unique file type.
|
/system/sepolicy/contexts/ |
D | plat_file_contexts_test | 5 / rootfs 7 /build.prop rootfs 8 /default.prop rootfs 9 /fstab.persist rootfs 10 /fstab.postinstall rootfs 11 /init.rc rootfs 12 /init.environ.rc rootfs 13 /res rootfs 14 /res/test rootfs 15 /selinux_version rootfs [all …]
|
123