Merge "vold: allow FS_IOC_FIEMAP"
am: b7d365210e
Change-Id: Iae9439196695c23d255161731b6c9cb4fb9dd958
This commit is contained in:
commit
8551db901e
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ allowxperm vold data_file_type:dir ioctl {
|
|||
FS_IOC_SET_ENCRYPTION_POLICY
|
||||
};
|
||||
|
||||
# Find the location on the raw block device where the
|
||||
# crypto key is stored so it can be destroyed
|
||||
allowxperm vold vold_data_file:file ioctl {
|
||||
FS_IOC_FIEMAP
|
||||
};
|
||||
|
||||
typeattribute vold mlstrustedsubject;
|
||||
allow vold self:process setfscreate;
|
||||
allow vold system_file:file x_file_perms;
|
||||
|
|
Loading…
Reference in a new issue