Home
last modified time | relevance | path

Searched refs:rootfs (Results 1 – 25 of 64) sorted by relevance

123

/system/sepolicy/private/
Dmodprobe.te11 allow modprobe rootfs:system module_load;
12 allow modprobe rootfs:file r_file_perms;
Dinit.te6 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 …]
Dpostinstall.te5 allow postinstall rootfs:dir r_dir_perms;
28 allow postinstall rootfs:file rx_file_perms;
Dkernel.te38 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.
Dueventd.te15 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 };
Dvendor_init.te42 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 };
Dfastbootd.te98 allow fastbootd {rootfs tmpfs}:dir mounton;
115 allow fastbootd rootfs:dir r_dir_perms;
152 allow fastbootd rootfs:file execute_no_trans;
Dfile_contexts24 / 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 …]
Duncrypt.te36 r_dir_file(uncrypt, rootfs)
Dservicemanager.te49 r_dir_file(servicemanager, rootfs)
Dadbd.te17 # 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;
Drecovery.te72 r_dir_file(recovery, rootfs)
73 allow recovery rootfs:file execute_no_trans;
78 allow recovery rootfs:dir mounton;
Dsdcardd.te8 allow sdcardd rootfs:dir mounton; # TODO: deprecated in M
Dupdate_engine_common.te41 allow update_engine_common rootfs:dir getattr;
42 allow update_engine_common rootfs:file r_file_perms;
Dcharger_type.te13 r_dir_file(charger_type, rootfs)
/system/sepolicy/microdroid/system/private/
Dfile_contexts3 / 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
Dvendor_init.te11 allow vendor_init rootfs:lnk_file { create unlink };
90 -rootfs
102 -rootfs
Dinit.te85 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 };
Dfile.te10 allow file_type rootfs:filesystem associate;
Dkernel.te30 r_dir_file(kernel, rootfs)
46 allow kernel rootfs:file relabelfrom;
/system/sepolicy/microdroid/system/public/
Dueventd.te2 # it lives in the rootfs and has no unique file type.
/system/sepolicy/public/
Dslideshow.te2 # it lives in the rootfs and has no unique file type.
Dueventd.te2 # it lives in the rootfs and has no unique file type.
Dadbd.te2 # it lives in the rootfs and has no unique file type.
/system/sepolicy/contexts/
Dplat_file_contexts_test5 / 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