Home
last modified time | relevance | path

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

12

/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;
Dapexd.te45 allow apexd apex_mnt_dir:filesystem { mount unmount };
56 allow apexd labeledfs:filesystem { mount unmount };
Dencryptedstore.te39 allow encryptedstore encryptedstore_fs:filesystem { mount unmount relabelto relabelfrom };
Dmicrodroid_manager.te38 allow microdroid_manager tmpfs: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;
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};
Dsdcardd.te14 allow sdcardd { sdcard_type fuse }:filesystem { mount unmount };
Dupdate_engine_common.te47 allow update_engine_common postinstall_file:filesystem { mount unmount relabelfrom relabelto };
48 allow update_engine_common labeledfs:filesystem { mount unmount relabelfrom };
Dzygote.te154 allow zygote tmpfs:filesystem { mount unmount };
155 allow zygote fuse:filesystem { unmount };
156 allow zygote sdcardfs:filesystem { unmount };
157 allow zygote labeledfs:filesystem { unmount };
Dvold.te169 allow vold { sdcard_type fuse }:filesystem { mount remount unmount }; # TODO: deprecated in M
220 allow vold tmpfs:filesystem { mount unmount };
254 # Mount and unmount filesystems.
255 allow vold labeledfs:filesystem { mount unmount remount };
349 allow vold app_fusefs:filesystem { mount unmount };
Dapexd.te78 allow apexd apex_mnt_dir:filesystem { mount unmount };
104 allow apexd labeledfs:filesystem { mount unmount };
221 neverallow { domain -apexd -init -otapreopt_chroot } apex_mnt_dir:filesystem { mount unmount };
Dinstalld.te185 # Allow zygote to unmount mirror directories
186 allow installd labeledfs:filesystem unmount;
Dfastbootd.te44 allow fastbootd labeledfs:filesystem { mount unmount };
Ddexopt_chroot_setup.te98 }:filesystem unmount;
/system/vold/model/
DVolumeBase.cpp206 unmount(); in destroy()
244 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
265 unmount(); in format()
DVolumeBase.h119 status_t unmount();
/system/update_engine/common/
Dtest_utils.h91 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument
/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h59 unmount(mount_dir_path_); in TearDown()
/system/sepolicy/private/compat/30.0/
D30.0.compat.cil31 (allow init debugfs_fs_type (filesystem (mount remount unmount getattr relabelfrom associate quotam…
/system/sepolicy/private/compat/29.0/
D29.0.compat.cil30 (allow init debugfs_fs_type (filesystem (mount remount unmount getattr relabelfrom associate quotam…
/system/vold/binder/android/os/
DIVold.aidl49 void unmount(@utf8InCpp String volId); in unmount() method
/system/vold/
DVoldNativeService.cpp300 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService
309 return translate(vol->unmount()); in unmount()
877 return translate(incfs::unmount(symLink)); in unmountIncFs()
DVoldNativeService.h58 binder::Status unmount(const std::string& volId);
/system/incremental_delivery/incfs/include/
Dincfs.h220 ErrorCode unmount(std::string_view dir);

12