Home
last modified time | relevance | path

Searched refs:unmount (Results 1 – 25 of 101) sorted by relevance

12345

/system/sepolicy/microdroid/system/private/
Dauthfs_service.te2 # 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/
Dotapreopt_chroot.te10 # 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/
Dotapreopt_chroot.te10 # 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/
Dfuseblkd.te9 # even though we only allow mount/unmount.
14 allow fuseblkd fuseblk:filesystem { mount unmount };
Dotapreopt_chroot.te18 # 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;
Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dfuseblkd_untrusted.te80 # 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/
Dfuseblkd.te9 # even though we only allow mount/unmount.
14 allow fuseblkd fuseblk:filesystem { mount unmount };
Dotapreopt_chroot.te18 # 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;
Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dfuseblkd_untrusted.te80 # 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/
Dotapreopt_chroot.te18 # 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;
Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dfastbootd.te43 allow fastbootd labeledfs:filesystem { mount unmount };
/system/sepolicy/prebuilts/api/33.0/private/
Dotapreopt_chroot.te18 # 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;
Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dfastbootd.te44 allow fastbootd labeledfs:filesystem { mount unmount };
/system/sepolicy/prebuilts/api/31.0/private/
Dotapreopt_chroot.te18 # 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;
Dupdate_engine_common.te13 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dfastbootd.te43 allow fastbootd labeledfs:filesystem { mount unmount };
/system/vold/model/
DVolumeBase.cpp205 unmount(); in destroy()
243 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
264 unmount(); in format()
/system/update_engine/common/
Dtest_utils.h91 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument
/system/sepolicy/prebuilts/api/33.0/public/
Dvold.te91 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/
Dupdate_engine_common.te35 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/
Dupdate_engine_common.te35 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
36 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };

12345