Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_device_lineage_sepolicy
/
9a42ed51d2e66e186b14c53a934f75cdea39509a
/
.
/
common
/
private
/
vold.te
blob: 6668157c843ff591251aeee89eb8e2dab779098f [
file
] [
log
] [
blame
]
# NTFS-3g wants to drop permission
allow vold
self
:
capability
{
setgid setuid
};
# External storage
allow vold mkfs_exec
:
file rx_file_perms
;
allow vold mnt_media_rw_stub_file
:
dir r_dir_perms
;
allow vold storage_stub_file
:
dir rw_dir_perms
;