/system/sepolicy/microdroid/system/private/ |
D | authfs_service.te | 2 # client's request and manages the mount/unmount of individual authfs instances 27 # Allow killing the authfs process and unmount. 29 allow authfs_service authfs_fuse:filesystem unmount;
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | otapreopt_chroot.te | 10 # This is required to mount /vendor and mount/unmount ext4 images from 13 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 17 # This is required to unmount flattened APEX packages under 19 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | otapreopt_chroot.te | 10 # This is required to mount /vendor and mount/unmount ext4 images from 13 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 17 # This is required to unmount flattened APEX packages under 19 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
/system/sepolicy/private/ |
D | fuseblkd.te | 9 # even though we only allow mount/unmount. 14 allow fuseblkd fuseblk:filesystem { mount unmount };
|
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 21 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 25 # This is required to unmount flattened APEX packages under 27 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
D | update_engine_common.te | 13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
D | fuseblkd_untrusted.te | 80 # Since we can't have sys_admin permissions, we definitely can't have mount/unmount 82 neverallow fuseblkd_untrusted fuseblk:filesystem { mount unmount relabelto relabelfrom};
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | fuseblkd.te | 9 # even though we only allow mount/unmount. 14 allow fuseblkd fuseblk:filesystem { mount unmount };
|
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 21 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 25 # This is required to unmount flattened APEX packages under 27 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
D | update_engine_common.te | 13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
D | fuseblkd_untrusted.te | 80 # Since we can't have sys_admin permissions, we definitely can't have mount/unmount 82 neverallow fuseblkd_untrusted fuseblk:filesystem { mount unmount relabelto relabelfrom};
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 21 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 25 # This is required to unmount flattened APEX packages under 27 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
D | update_engine_common.te | 13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
D | fastbootd.te | 43 allow fastbootd labeledfs:filesystem { mount unmount };
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 21 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 25 # This is required to unmount flattened APEX packages under 27 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
D | update_engine_common.te | 13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
D | fastbootd.te | 44 allow fastbootd labeledfs:filesystem { mount unmount };
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | otapreopt_chroot.te | 18 # This is required to mount /vendor and mount/unmount ext4 images from 21 allow otapreopt_chroot labeledfs:filesystem { mount unmount }; 25 # This is required to unmount flattened APEX packages under 27 allow otapreopt_chroot postinstall_file:filesystem unmount;
|
D | update_engine_common.te | 13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
D | fastbootd.te | 43 allow fastbootd labeledfs:filesystem { mount unmount };
|
/system/vold/model/ |
D | VolumeBase.cpp | 205 unmount(); in destroy() 243 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase 264 unmount(); in format()
|
/system/update_engine/common/ |
D | test_utils.h | 91 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | vold.te | 91 allow vold { sdcard_type fuse }:filesystem { mount remount unmount }; # TODO: deprecated in M 138 allow vold tmpfs:filesystem { mount unmount }; 172 # Mount and unmount filesystems. 173 allow vold labeledfs:filesystem { mount unmount remount }; 261 allow vold app_fusefs:filesystem { mount unmount };
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | update_engine_common.te | 35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto }; 36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | update_engine_common.te | 35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto }; 36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
|